mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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):
|
||||
print "tick: " + str(self.timer)
|
||||
print "interval: " + str(self.interval)
|
||||
self.timer += 1
|
||||
if self.timer >= self.interval:
|
||||
print "BONG!"
|
||||
|
|
Loading…
Add table
Reference in a new issue