From b9aab20d149543fcd4d6a541af32eb4d3c51019c Mon Sep 17 00:00:00 2001 From: Chip Black Date: Fri, 27 Feb 2015 00:28:51 -0600 Subject: [PATCH] Remove debugging from recovery.cgi --- aux/cgi/recovery.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/aux/cgi/recovery.cgi b/aux/cgi/recovery.cgi index d0742b6..6d6f3a1 100755 --- 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"; } } } -- 2.25.1