From cac664284aa6ee32df8d6f77a541117162b3c80e Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Mon, 2 Jan 2023 17:12:14 +0100 Subject: [PATCH] remove error debug code --- proj/YT2P/handler.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/proj/YT2P/handler.php b/proj/YT2P/handler.php index 24b500b..df15202 100644 --- a/proj/YT2P/handler.php +++ b/proj/YT2P/handler.php @@ -21,9 +21,6 @@ $cmd = "python3 y2t.py " . $url . " " . $lang ; exec($cmd, $output, $return); - //echo "

Debug sizeof output:"; - //echo sizeof($output); - //echo "

"; if (sizeof($output) > 0) { echo '

Here are your prompts!

';