dovecot-2.0: imap: Removed accidentally commited debug code.
dovecot at dovecot.org
dovecot at dovecot.org
Tue Nov 2 20:25:56 EET 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/055e5206b836
changeset: 12368:055e5206b836
user: Timo Sirainen <tss at iki.fi>
date: Tue Nov 02 18:25:53 2010 +0000
description:
imap: Removed accidentally commited debug code.
diffstat:
src/imap/imap-client.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 9f179255b796 -r 055e5206b836 src/imap/imap-client.c
--- a/src/imap/imap-client.c Tue Nov 02 18:21:05 2010 +0000
+++ b/src/imap/imap-client.c Tue Nov 02 18:25:53 2010 +0000
@@ -424,8 +424,6 @@
cmd = new_cmd->client->command_queue;
for (; cmd != NULL; cmd = cmd->next) {
- i_warning("cmd=%s state=%d<=%d flags=%x & %x",
- cmd->name, cmd->state, max_state, cmd->cmd_flags, flags);
if (cmd->state <= max_state &&
cmd != new_cmd && (cmd->cmd_flags & flags) != 0)
return cmd;
More information about the dovecot-cvs
mailing list