Shout: Remove debugging
authorBen Klang <ben@alkaloid.net>
Sat, 3 Apr 2010 01:56:28 +0000 (21:56 -0400)
committerBen Klang <ben@alkaloid.net>
Sat, 3 Apr 2010 01:56:28 +0000 (21:56 -0400)
shout/wizard.php

index 6f7f6e2..2999ecc 100644 (file)
@@ -61,7 +61,6 @@ try {
                                      'star', 'admin_login', array());
     $extensions = $shout->extensions->getExtensions($curaccount['code']);
 } catch (Exception $e) {
-    print_r($e);
     $notification->push($e);
 }