mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 20:56:31 +00:00
Remove some debug prints from RSS plugin
This commit is contained in:
parent
603675494d
commit
ef293f0742
@ -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!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user