Index: trunk/extensions/AbuseFilter/AbuseFilter.class.php |
— | — | @@ -162,9 +162,7 @@ |
163 | 163 | |
164 | 164 | $doneActionsByFilter[$row->af_id] = array(); |
165 | 165 | $filter_matched[$row->af_id] = true; |
166 | | - print "\n*** MATCH ***\n"; |
167 | 166 | } else { |
168 | | - print "\n*** NO MATCH***\n"; |
169 | 167 | $filter_matched[$row->af_id] = false; |
170 | 168 | } |
171 | 169 | } |