Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@3398 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 16, 2013
1 parent bab329b commit 3ac5707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/x11/bindings/window_bindings.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ cdef class X11WindowBindings(X11CoreBindings):
data = _munge_packed_ints_to_longs(data)
cdef char * data_str
data_str = data
#print("XChangeProperty(%s, %s, %s) data=%s" % (hex(xwindow), property, value, str([hex(x) for x in data_str])))
XChangeProperty(self.display, xwindow,
self.get_xatom(property),
self.get_xatom(type),
Expand Down

0 comments on commit 3ac5707

Please sign in to comment.