Skip to content

Commit 7e6d322

Browse files
committed
Remove debug echo
1 parent 278bf21 commit 7e6d322

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mta_sdk.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public function callFunction( $resourceName, $function, $args )
7777
}
7878
$path = "/" . $resourceName . "/call/" . $function;
7979
$result = $this->do_post_request( $this->host, $this->port, $path, $json_output );
80-
echo $json_output;
8180
$out = mta::convertToObjects( json_decode( $result, true ) );
8281

8382
return (is_array($out)) ? $out : false;

0 commit comments

Comments
 (0)