Remove some debug prints from RSS plugin

This commit is contained in:
Andrew Resch 2007-07-24 05:44:49 +00:00
parent 603675494d
commit ef293f0742
1 changed files with 0 additions and 2 deletions

View File

@ -428,8 +428,6 @@ class plugin_RSS:
def update(self):
print "tick: " + str(self.timer)
print "interval: " + str(self.interval)
self.timer += 1
if self.timer >= self.interval:
print "BONG!"