remove error debug code

This commit is contained in:
edbrz9 2023-01-02 17:12:14 +01:00
parent de93c3c0cc
commit cac664284a
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@
$cmd = "python3 y2t.py " . $url . " " . $lang ;
exec($cmd, $output, $return);
//echo "<h4> Debug sizeof output:";
//echo sizeof($output);
//echo "</h4>";
if (sizeof($output) > 0) {
echo '<h4>Here are your prompts!</h4>';