Kaynağa Gözat

Removed extra printing

avkonst 12 yıl önce
ebeveyn
işleme
34cf145214
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      mainline/core/warn.py

+ 0 - 1
mainline/core/warn.py

@@ -115,7 +115,6 @@ class Plugin(core.api.Plugin, core.api.IConfigurable):
             yield each   
 
     def is_mode_matched(self, limit, value, diff, is_modified):
-        print self.mode, self.MODE_TREND, limit, value, diff, is_modified
         if is_modified == None:
             return True
         if self.mode == self.MODE_ALL: