From f6085d780192b805ef61678cdc0935a917cc2b3f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 4 Feb 2003 03:53:15 +0000 Subject: rm debug prints --- src/client.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client.cc') 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 -- cgit v1.2.3