mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
remove debug print
This commit is contained in:
parent
1cd18512dc
commit
a7b9c89557
1 changed files with 0 additions and 1 deletions
|
@ -569,7 +569,6 @@ class Manager:
|
||||||
self.apply_queue()
|
self.apply_queue()
|
||||||
|
|
||||||
def set_ratio(self, unique_ID, num):
|
def set_ratio(self, unique_ID, num):
|
||||||
print("setting the ratio core")
|
|
||||||
deluge_core.set_ratio(unique_ID, num)
|
deluge_core.set_ratio(unique_ID, num)
|
||||||
|
|
||||||
def is_user_paused(self, unique_ID):
|
def is_user_paused(self, unique_ID):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue