diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-05 11:02:22 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-05 11:02:22 +0100 |
commit | 410d802eecedb06fb09f651d86c04438f93ee5a9 (patch) | |
tree | 8743c25fcfe205292a08a597ccf6b0cc61479dc9 /plugingui/nativewindow_x11.cc | |
parent | d321eec79f3af2c359a1577e172ea1f7329e2dc2 (diff) |
Remove debug printout.
Diffstat (limited to 'plugingui/nativewindow_x11.cc')
-rw-r--r-- | plugingui/nativewindow_x11.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc index 465b03e..c59124b 100644 --- a/plugingui/nativewindow_x11.cc +++ b/plugingui/nativewindow_x11.cc @@ -546,7 +546,7 @@ void NativeWindowX11::deallocateShmImage() void NativeWindowX11::updateImageFromBuffer() { - DEBUG(x11, "depth: %d", depth); + //DEBUG(x11, "depth: %d", depth); auto width = window.wpixbuf.width; auto height = window.wpixbuf.height; |