rm debug prints
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 03:53:15 +0000 (03:53 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 03:53:15 +0000 (03:53 +0000)
src/client.cc
src/screen.cc

index 9fd1416..1312cac 100644 (file)
@@ -1614,7 +1614,6 @@ void Client::installColormap(bool install) const
 {
   XWindowAttributes wa;
   if (XGetWindowAttributes(**otk::display, _window, &wa)) {
-    printf("%snstalling Window Colormap 0x%lx!\n", install ? "I" : "Uni", _window);
     if (install)
       XInstallColormap(**otk::display, wa.colormap);
     else
index 56aa99d..c42ceee 100644 (file)
@@ -806,7 +806,6 @@ void Screen::setDesktopName(long i, const otk::ustring &name)
 
 void Screen::installColormap(bool install) const
 {
-  printf("%snstalling Root Colormap!\n", install ? "I" : "Uni");
   if (install)
     XInstallColormap(**otk::display, _info->colormap());
   else