Remove debugging echo

This commit is contained in:
Scott Ullrich 2007-11-19 20:23:38 +00:00
parent 8eb08ba713
commit 376807d71b

View File

@ -197,7 +197,6 @@ while($shell_active == true) {
$command = $mlcommand;
}
if($command) {
echo $command . "\n";
eval($command);
}
}