Skip to content
Snippets Groups Projects
Commit 3182c642 authored by Per Hedbor's avatar Per Hedbor
Browse files

Removed some debug

Rev: lib/modules/Protocols.pmod/X.pmod/Xlib.pmod:1.14
parent e823ce34
Branches
Tags
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment