diff --git a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
index adfc1e5469795d254ede66a1f262e547aa07056c..5b677d9a70cb73a3e0eb9d691983353f8fa13e76 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
@@ -238,7 +238,7 @@ class Display
     object w;
     array a;
     
-    werror(sprintf("Event: %s\n", event->type));
+//     werror(sprintf("Event: %s\n", event->type));
     if (event->wid && (w = lookup_id(event->wid))
 	&& (a = (w->event_callbacks[event->type])))
       {
@@ -414,7 +414,7 @@ class Display
 		    break;
 		  }
 #endif
-		werror(sprintf("Xlib: Received error %O\n", m));
+// 		werror(sprintf("Xlib: Received error %O\n", m));
 		return ({ ACTION_ERROR, m });
 	      }
 	    else if (type == "Reply")