added --parallel option to utilize multiple CPUs in machine
[webpac2] / lib / WebPAC / Input.pm
index f4d9eb8..f748594 100644 (file)
@@ -254,7 +254,7 @@ sub open {
 
                                ## FIXME remove this warning when we are sure that none of API is calling
                                ## this wrongly
-                               warn "filter called without field number" unless ($f_nr);
+                               #warn "filter called without field number" unless ($f_nr);
 
                                return $l unless ($rec_regex && $f_nr);