diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php index c78a4c538d..edc69be79a 100755 --- a/usr/local/sbin/pfSsh.php +++ b/usr/local/sbin/pfSsh.php @@ -197,7 +197,6 @@ while($shell_active == true) { $command = $mlcommand; } if($command) { - echo $command . "\n"; eval($command); } }