Removing var_dump
This commit is contained in:
parent
4756e9685f
commit
c9cb8fe710
|
@ -31,6 +31,5 @@ function transform(string $socketLocation, string $inputFile, string $outputFile
|
||||||
$json = "";
|
$json = "";
|
||||||
socket_recv($socket, $json, $json_len, MSG_WAITALL);
|
socket_recv($socket, $json, $json_len, MSG_WAITALL);
|
||||||
$json = json_decode($json, true);
|
$json = json_decode($json, true);
|
||||||
var_dump($json);
|
|
||||||
return $json;
|
return $json;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue