diff options
-rw-r--r-- | lib/custodian/parser.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index 0409e4e..7ed0725 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -254,12 +254,6 @@ module Custodian return nil if ( ( line.nil? ) || ( line =~ /^#/ ) || ( line.length < 1 ) ) # - # The specification of mauve-server to which we should raise our alerts to. - # - return nil if ( line =~ /Mauve\s+server(.*)source/ ) - - - # # Look for macro definitions, inline # if ( line =~ /^([0-9A-Z]_+)\s+are\s+fetched\s+from\s+([^\s]+)\.?/ ) |