Remove debugging from recovery.cgi
authorChip Black <bytex64@bytex64.net>
Fri, 27 Feb 2015 06:28:51 +0000 (00:28 -0600)
committerChip Black <bytex64@bytex64.net>
Fri, 27 Feb 2015 06:28:51 +0000 (00:28 -0600)
aux/cgi/recovery.cgi

index d0742b6..6d6f3a1 100755 (executable)
@@ -116,7 +116,6 @@ while (my $q = new CGI::Fast) {
         }
         default {
             print_404;
-            print "$cmd $args";
         }
     }
 }