diff --git a/src/index.php b/src/index.php index 2e68aef..0f1e650 100644 --- a/src/index.php +++ b/src/index.php @@ -31,6 +31,5 @@ function transform(string $socketLocation, string $inputFile, string $outputFile $json = ""; socket_recv($socket, $json, $json_len, MSG_WAITALL); $json = json_decode($json, true); - var_dump($json); return $json; }