From 0e8b42777843e82e9aa595d2797cb9c9264f7136 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 18 Apr 2015 14:31:07 -0700 Subject: [PATCH] Remove false comment Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 7f66ec89c..177e277a2 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -880,9 +880,6 @@ sub initialize( $;$$) { # # Valid log levels # - # Note that we don't include LOGMARK; that is so we can default its - # priority to 'info' (LOGMARK itself defaults to 'warn'). - # %validlevels = ( DEBUG => 7, INFO => 6, NOTICE => 5,