mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-01 19:40:39 +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):
|
def update(self):
|
||||||
print "tick: " + str(self.timer)
|
|
||||||
print "interval: " + str(self.interval)
|
|
||||||
self.timer += 1
|
self.timer += 1
|
||||||
if self.timer >= self.interval:
|
if self.timer >= self.interval:
|
||||||
print "BONG!"
|
print "BONG!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user