mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Remove some debug prints from RSS plugin
This commit is contained in:
parent
603675494d
commit
ef293f0742
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue