Private GIT

Skip to content
Snippets Groups Projects
Commit ee079ed3 authored by loiclau's avatar loiclau Committed by Kev
Browse files

clean dump

parent 8db7b2b9
No related branches found
No related tags found
No related merge requests found
...@@ -927,10 +927,6 @@ class CentreonService extends CentreonObject ...@@ -927,10 +927,6 @@ class CentreonService extends CentreonObject
*/ */
public function __call($name, $arg) public function __call($name, $arg)
{ {
var_dump($name);
var_dump($arg);
/* Get the method name */ /* Get the method name */
$name = strtolower($name); $name = strtolower($name);
/* Get the action and the object */ /* Get the action and the object */
...@@ -1037,8 +1033,6 @@ class CentreonService extends CentreonObject ...@@ -1037,8 +1033,6 @@ class CentreonService extends CentreonObject
throw new CentreonClapiException(self::UNKNOWN_METHOD); throw new CentreonClapiException(self::UNKNOWN_METHOD);
} }
} else { } else {
var_dump('uvw');
throw new CentreonClapiException(self::UNKNOWN_METHOD); throw new CentreonClapiException(self::UNKNOWN_METHOD);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment