]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove a wrong debug message
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 1 Apr 2018 15:12:38 +0000 (16:12 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 1 Apr 2018 15:12:38 +0000 (16:12 +0100)
src/libserver/protocol.c

index 421e36574c851b24a7bac637aaa817f57f9a72da..d1f1da797160d435c2d5eb608e8c6bfbaad99e4b 100644 (file)
@@ -266,9 +266,6 @@ rspamd_protocol_handle_headers (struct rspamd_task *task,
                                                        hv_tok);
                                        debug_task ("read filename header, value: %s", task->msg.fpath);
                                }
-                               else {
-                                       debug_task ("wrong header: %V", hn);
-                               }
                                break;
                        case 'j':
                        case 'J':