commit:b9aab20d149543fcd4d6a541af32eb4d3c51019c
author:Chip Black
committer:Chip Black
date:Fri Feb 27 00:28:51 2015 -0600
parents:848df2d1d186a30c4f1dc0401e6911d2230b3c63
Remove debugging from recovery.cgi
diff --git a/aux/cgi/recovery.cgi b/aux/cgi/recovery.cgi
line changes: +0/-1
index d0742b6..6d6f3a1
--- a/aux/cgi/recovery.cgi
+++ b/aux/cgi/recovery.cgi
@@ -116,7 +116,6 @@ while (my $q = new CGI::Fast) {
         }
         default {
             print_404;
-            print "$cmd $args";
         }
     }
 }