Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14374 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 1, 2016
1 parent 539526f commit 80e255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ def new_window(self, ptype, wid, window, x, y, w, h, client_properties):
else:
metalog("make_metadata(%s, %s, %s)=%s", wid, window, prop, v)
metadata.update(v)
log.warn("new_window(%s, %s, %s, %s, %s, %s, %s, %s) metadata(%s)=%s", ptype, window, wid, x, y, w, h, client_properties, send_props, metadata)
log("new_window(%s, %s, %s, %s, %s, %s, %s, %s) metadata(%s)=%s", ptype, window, wid, x, y, w, h, client_properties, send_props, metadata)
self.send(ptype, wid, x, y, w, h, metadata, client_properties or {})
if send_raw_icon:
self.send_window_icon(wid, window)
Expand Down

0 comments on commit 80e255b

Please sign in to comment.