Remove some debug prints.

This commit is contained in:
Andrew Resch 2008-03-29 04:39:34 +00:00
parent 5f2be57ba8
commit 4e5a20ba38
1 changed files with 1 additions and 2 deletions

View File

@ -213,12 +213,11 @@ class PeersTab:
# We only want to do this if the torrent_id has changed
self.liststore.clear()
self.torrent_id = torrent_id
log.debug("torrent_id: %s", torrent_id)
client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["peers"])
def _on_get_torrent_status(self, status):
self.liststore.clear()
log.debug("status: %s", status)
for peer in status["peers"]:
self.liststore.append([
peer["country"],