Skip to content

Commit 5e0aaa5

Browse files
author
Peter Hosey
committed
Removed this debug log statement, which we no longer need.
1 parent 000d147 commit 5e0aaa5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ int copy(struct argblock *pbptr) {
331331
buf = realloc(buf, bufsize += increment);
332332
total_size += amt_read = read(pbptr->in_fd, &buf[total_size], bufsize - (total_size % increment));
333333
} while(amt_read);
334-
printf("read %zu bytes\n", total_size);
335334

336335
OSStatus err;
337336
int retval = 0;

0 commit comments

Comments
 (0)