]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
removed debugging
authorTimo Sirainen <tss@iki.fi>
Wed, 29 Oct 2003 13:53:12 +0000 (15:53 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 29 Oct 2003 13:53:12 +0000 (15:53 +0200)
--HG--
branch : HEAD

src/lib-storage/mail-save.c

index 27b1d905a0dd0a1e13bdff6abe7ec6e0a7201db5..c685b97750ecff939ce314e822704f4b784db7a3 100644 (file)
@@ -167,7 +167,6 @@ int mail_storage_save(struct mail_storage *storage, const char *path,
                        errno = input->stream_errno;
                        if (errno == 0) {
                                /* EOF */
-                               i_warning("%lld vs %lld\n", input->v_offset, input->v_limit);
                                if (input->v_offset != input->v_limit &&
                                    input->v_limit != 0) {
                                        /* too early */