Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13579 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 6, 2016
1 parent 7ffd674 commit 2c6af55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xpra/x11/desktop_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _window_resized_signaled(self, window, *args):
if window.mapped_at:
x, y = window.mapped_at[:2]
window.mapped_at = (x, y, w, h)
windowlog.warn("window_resized_signaled(%s) mapped at=%s", window, window.mapped_at)
windowlog("window_resized_signaled(%s) mapped at=%s", window, window.mapped_at)
for ss in self._server_sources.values():
ss.move_resize_window(wid, window, x, y, w, h)
ss.damage(wid, window, 0, 0, w, h)
Expand Down Expand Up @@ -376,7 +376,6 @@ def init_dbus_server(self):


def do_make_screenshot_packet(self):
log.enable_debug()
log("grabbing screenshot")
regions = []
offset_x, offset_y = 0, 0
Expand Down

0 comments on commit 2c6af55

Please sign in to comment.