]> pd.if.org Git - zpackage/commitdiff
remove stray debug output
authorNathan Wagner <nw@hydaspes.if.org>
Mon, 4 Mar 2019 23:36:24 +0000 (23:36 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Mon, 4 Mar 2019 23:36:24 +0000 (23:36 +0000)
src/fetchurl.c

index 15bf1ecb3c2efdbbcd5475c2cfb97865740a63e4..e20583119fe29de5fe969c9e9d41a0a100d21833 100644 (file)
@@ -461,7 +461,6 @@ ssize_t fill_buffer(struct io *io) {
                }
        }
 
-       fprintf(stderr, "filled %zd bytes\n", ret);
        return ret;
 }