mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 01:18:39 +00:00
remove some filtering logging
This commit is contained in:
parent
90a4b3e1ed
commit
57733501d2
1 changed files with 1 additions and 3 deletions
|
@ -209,7 +209,6 @@ class TorrentView(listview.ListView, component.Component):
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
def send_status_request(self, columns=None):
|
def send_status_request(self, columns=None):
|
||||||
log.debug("send_status_req:%s" % (self.filter,))
|
|
||||||
# Store the 'status_fields' we need to send to core
|
# Store the 'status_fields' we need to send to core
|
||||||
status_keys = []
|
status_keys = []
|
||||||
# Store the actual columns we will be updating
|
# Store the actual columns we will be updating
|
||||||
|
@ -264,7 +263,6 @@ class TorrentView(listview.ListView, component.Component):
|
||||||
row[filter_column] = False
|
row[filter_column] = False
|
||||||
else:
|
else:
|
||||||
row[filter_column] = True
|
row[filter_column] = True
|
||||||
log.debug("show:%s" % torrent_id)
|
|
||||||
# Set values for each column in the row
|
# Set values for each column in the row
|
||||||
for column in self.columns_to_update:
|
for column in self.columns_to_update:
|
||||||
column_index = self.get_column_index(column)
|
column_index = self.get_column_index(column)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue