Remove debug output
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 28 Feb 2009 16:20:44 +0000 (11:20 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 28 Feb 2009 16:20:44 +0000 (11:20 -0500)
framework/Service_Facebook/lib/Horde/Service/Facebook.php

index a8a9079..8a1224f 100644 (file)
@@ -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])) {