remove debug code in window menu placement
authorScott Moynes <smoynes@nexus.carleton.ca>
Tue, 1 Oct 2002 02:12:09 +0000 (02:12 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Tue, 1 Oct 2002 02:12:09 +0000 (02:12 +0000)
src/Window.cc

index 3a98211..178b91b 100644 (file)
@@ -3184,8 +3184,6 @@ void BlackboxWindow::buttonPressEvent(const XButtonEvent *be) {
         my = screen->getHeight() - windowmenu->getHeight() -
           (screen->getBorderWidth() * 2);
 
-
-      cout << my << endl;
       windowmenu->move(mx, my);
       windowmenu->show();
       XRaiseWindow(blackbox->getXDisplay(), windowmenu->getWindowID());