summaryrefslogtreecommitdiff
path: root/src/screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.cc')
-rw-r--r--src/screen.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen.cc b/src/screen.cc
index 2da8c77a..9d316ce4 100644
--- a/src/screen.cc
+++ b/src/screen.cc
@@ -327,8 +327,6 @@ void OBScreen::manageWindow(Window window)
XWMHints *wmhint;
XSetWindowAttributes attrib_set;
- printf("Managing Window: %lx\n", window);
-
// is the window a docking app
if ((wmhint = XGetWMHints(otk::OBDisplay::display, window))) {
if ((wmhint->flags & StateHint) &&