mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 10:28:39 +00:00
remove debug print
This commit is contained in:
parent
09334d8892
commit
5cd99eace3
1 changed files with 0 additions and 2 deletions
|
@ -826,8 +826,6 @@ class DelugeGTK:
|
||||||
|
|
||||||
# only update gui if it's needed
|
# only update gui if it's needed
|
||||||
if self.window.get_property("visible") and not self.is_minimized:
|
if self.window.get_property("visible") and not self.is_minimized:
|
||||||
print "Visibility", self.window.get_property("visible")
|
|
||||||
print "Minimized", self.is_minimized
|
|
||||||
|
|
||||||
# Put the generated message into the statusbar
|
# Put the generated message into the statusbar
|
||||||
# This gives plugins a chance to write to the
|
# This gives plugins a chance to write to the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue