From f6085d780192b805ef61678cdc0935a917cc2b3f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 4 Feb 2003 03:53:15 +0000 Subject: [PATCH] rm debug prints --- src/client.cc | 1 - src/screen.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/src/client.cc b/src/client.cc index 9fd1416e..1312cac8 100644 --- a/src/client.cc +++ b/src/client.cc @@ -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 diff --git a/src/screen.cc b/src/screen.cc index 56aa99d9..c42ceeea 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -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 -- 2.39.2