fix previous commit: leftover debug code in server.php
authorgggeek <giunta.gaetano@gmail.com>
Sun, 17 May 2015 01:25:49 +0000 (02:25 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sun, 17 May 2015 01:25:49 +0000 (02:25 +0100)
demo/server/server.php

index 6e2f771..775b077 100644 (file)
@@ -170,8 +170,6 @@ $findstate10_sig = array(
 
 $c = new xmlrpcServerMethodsContainer;
 $moreSignatures = $wrapper->wrap_php_class($c, array('prefix' => 'tests.', 'method_type' => 'all'));
-var_dump($moreSignatures);
-die();
 
 $addtwo_sig = array(array(Value::$xmlrpcInt, Value::$xmlrpcInt, Value::$xmlrpcInt));
 $addtwo_doc = 'Add two integers together and return the result';