remove error debug code
This commit is contained in:
parent
de93c3c0cc
commit
cac664284a
|
@ -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>';
|
||||
|
|
Loading…
Reference in New Issue