]> Dogcows Code - chaz/openbox/commitdiff
removed debugging couts
authorDana Jansens <danakj@orodu.net>
Sat, 27 Apr 2002 19:24:09 +0000 (19:24 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 27 Apr 2002 19:24:09 +0000 (19:24 +0000)
src/Slit.cc

index 0da4b11dec03dba86992d123560391c5e7952003..d9ffc16728c75ede713a693b2befa855eb823cee 100644 (file)
@@ -104,7 +104,6 @@ Slit::~Slit() {
 
 
 void Slit::addClient(Window w) {
-  cout << "ADDCLIENT\n";
   openbox.grab();
 
   if (openbox.validateWindow(w)) {
@@ -157,7 +156,6 @@ void Slit::addClient(Window w) {
     XFlush(display);
 
     clientList.push_back(client);
-    cout << "SLIT COUNT " << clientList.size() << endl;
 
     openbox.saveSlitSearch(client->client_window, this);
     openbox.saveSlitSearch(client->icon_window, this);
@@ -369,7 +367,6 @@ void Slit::reconfigure(void) {
 
     break;
   }
-  cout << "SLIT SIZE " << frame.area.w() << "," << frame.area.h() << endl;
 
   reposition();
 
This page took 0.025725 seconds and 4 git commands to generate.