]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Delete @debugs from urlshortenerplugin2
authordarksider3 <leon@darksider3.de>
Mon, 3 Mar 2014 16:04:11 +0000 (16:04 +0000)
committerRoland Haeder <roland@mxchange.org>
Fri, 12 Sep 2014 20:18:04 +0000 (22:18 +0200)
lib/urlshortenerplugin2.php

index 18e0ba1f93a7ad2eb21b6f5a7b3b61a0f84e689c..af46da612a4e8120c410e53718dee5b7c34be73f 100644 (file)
@@ -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();
-}
 ?>