tRemove a debugging print, more cleanup. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4cdbf87a154928e15306f7cf0322dc5a903413e7
 (DIR) parent af78a4cd2b73800af86db8d999d80b1ef0e9bd75
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue,  2 Mar 2004 23:16:37 +0000
       
       Remove a debugging print, more cleanup.
       
       Diffstat:
         M plumb/basic                         |       2 +-
         M src/libdraw/x11-itrans.c            |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/plumb/basic b/plumb/basic
       t@@ -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
        
 (DIR) diff --git a/src/libdraw/x11-itrans.c b/src/libdraw/x11-itrans.c
       t@@ -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){