From 2f400d70b6f32a33968b954faebb40bb130ab55e Mon Sep 17 00:00:00 2001 From: darksider3 Date: Mon, 3 Mar 2014 16:04:11 +0000 Subject: [PATCH] Delete @debugs from urlshortenerplugin2 --- lib/urlshortenerplugin2.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lib/urlshortenerplugin2.php b/lib/urlshortenerplugin2.php index 18e0ba1f93..af46da612a 100644 --- a/lib/urlshortenerplugin2.php +++ b/lib/urlshortenerplugin2.php @@ -222,18 +222,4 @@ abstract class UrlShortenerPlugin2 return true; } } -//@debug -function A() { - $foo->bar(); // Purposely cause error -} - -function B($c) { - A(); -} - -try { - B('foobar'); -} catch (PluginErrorException $e) { - echo $e->printFull(); -} ?> -- 2.39.5