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

@ -123,6 +123,6 @@ plumb start gv $data
type is text
data matches '(https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero)://[a-zA-Z0-9_@\-]+([.:][a-zA-Z0-9_@\-]+)*/?[a-zA-Z0-9_?,%#~&/\-+=@]+([:.][@a-zA-Z0-9_?,%#~&/\-+=]+)*'
plumb to web
plumb start /usr/rsc/bin/web $0
plumb start web $0
# plumb start winstart iexplore -new $0

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){