Remove a debugging print, more cleanup.

This commit is contained in:
rsc 2004-03-02 23:16:37 +00:00
parent af78a4cd2b
commit 4cdbf87a15
2 changed files with 2 additions and 2 deletions

View file

@ -454,7 +454,7 @@ _xselect(XEvent *e, XDisplay *xd)
memset(&r, 0, sizeof r);
xe = (XSelectionRequestEvent*)e;
if(1) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n",
if(0) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n",
xe->target, xe->requestor, xe->property, xe->selection);
r.xselection.property = xe->property;
if(xe->target == _x.targets){