From: Michael J. Rubinsky Date: Sat, 28 Feb 2009 16:20:44 +0000 (-0500) Subject: Remove debug output X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8b31b743e35ad020afc49ba30b9c7acdba236f9e;p=horde.git Remove debug output --- diff --git a/framework/Service_Facebook/lib/Horde/Service/Facebook.php b/framework/Service_Facebook/lib/Horde/Service/Facebook.php index a8a90797c..8a1224f3f 100644 --- a/framework/Service_Facebook/lib/Horde/Service/Facebook.php +++ b/framework/Service_Facebook/lib/Horde/Service/Facebook.php @@ -210,7 +210,7 @@ class Horde_Service_Facebook case 'internalFormat': return $this->_internalFormat; } - var_dump($value); + // If not, assume it's a method/action class... $class = 'Horde_Service_Facebook_' . ucfirst($value); if (!empty(self::$_objCache[$class])) {