tremove some debugging - 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 f2479500fa3de375ffb51a479b8f62492a2910e0
 (DIR) parent 57d4c1f30e0ca3ad13abc1873f3b75bea1b76f9f
 (HTM) Author: rsc <devnull@localhost>
       Date:   Thu, 20 May 2004 18:17:35 +0000
       
       remove some debugging
       
       Diffstat:
         M src/libhttpd/hio.c                  |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c
       t@@ -158,14 +158,11 @@ hreadbuf(Hio *h, void *vsave)
                                hh->pos += in;
                        }
                }else if(in){
       -fprint(2, "read %d from %d\n", in, h->fd);
                        if((in = read(h->fd, h->start + cpy, in)) < 0){
       -fprint(2, "got error: %r\n");
                                h->state = Herr;
                                h->pos = h->stop;
                                return nil;
                        }
       -fprint(2, "got %d\n", in);
                }
                if(in == 0)
                        h->state = Hend;