From c9cb8fe71035498437f7d59f40259a5a3d3e1cca Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Thu, 15 Jun 2023 02:58:45 +0200 Subject: [PATCH] Removing var_dump --- src/index.php | 1 - 1 file changed, 1 deletion(-) 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; }