]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
whops, removed debugging code
authorTimo Sirainen <tss@iki.fi>
Thu, 29 May 2003 21:10:08 +0000 (00:10 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 29 May 2003 21:10:08 +0000 (00:10 +0300)
--HG--
branch : HEAD

src/lib-index/maildir/maildir-sync.c

index 6bc65b4407df13c24979b972b6d8ae3f9e4583f2..634d849c04f8883e63847df8325ffe7094299233 100644 (file)
@@ -768,9 +768,6 @@ static int maildir_full_sync_dir(struct maildir_sync_context *ctx,
                        hash_rec = p_new(ctx->pool, struct maildir_hash_rec, 1);
                } else {
                        hash_rec = orig_value;
-                       if (strncmp(d->d_name, "1053604786.28152_4.red.int.bppiac.hu", 36) == 0) {
-                               i_warning("got: %s", d->d_name);
-                       }
                        if (ACTION(hash_rec) != MAILDIR_FILE_ACTION_EXPUNGE) {
                                if (!maildir_fix_duplicate(ctx->index,
                                                           d->d_name, new_dir))