From: Stefan Schantl Date: Wed, 13 Dec 2017 10:50:01 +0000 (+0100) Subject: ids.cgi: Drop old code for debuging purposes X-Git-Tag: suricata-beta3~33^2~39^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa12410222aef6afa63a03a7eb74512bf92daad4;p=people%2Fstevee%2Fipfire-2.x.git ids.cgi: Drop old code for debuging purposes Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 63f914701b..ea5e2738e8 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -379,19 +379,6 @@ END &Header::openbigbox('100%', 'left', '', $errormessage); -############### -# DEBUG DEBUG -# &Header::openbox('100%', 'left', 'DEBUG'); -# my $debugCount = 0; -# foreach my $line (sort keys %snortsettings) { -# print "$line = $snortsettings{$line}
\n"; -# $debugCount++; -# } -# print " Count: $debugCount\n"; -# &Header::closebox(); -# DEBUG DEBUG -############### - if ($errormessage) { &Header::openbox('100%', 'left', $Lang::tr{'error messages'}); print "$errormessage\n";