diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-04-06 11:11:03 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@atlas.cz> | 2022-04-06 11:11:03 +0200 |
commit | 7e5c3c349437c69b83cfbe5652f4dc945230a373 (patch) | |
tree | 63d0dd91ef1db10093068adffc39edc83222eb38 /test/rspamd_test_suite.c | |
parent | f24d59a607066d339597a1a537f3171c9350a1d6 (diff) | |
download | rspamd-7e5c3c349437c69b83cfbe5652f4dc945230a373.tar.gz rspamd-7e5c3c349437c69b83cfbe5652f4dc945230a373.zip |
Remove dangling comment
The dangling comment is result of commit bfe48b659baf ("[Fix] Fix
logging for rspamadm"), where the same comment was removed from rspamadm
but this one stayed. It should be removed as well.
Diffstat (limited to 'test/rspamd_test_suite.c')
-rw-r--r-- | test/rspamd_test_suite.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rspamd_test_suite.c b/test/rspamd_test_suite.c index ae19fd75c..71dc57d33 100644 --- a/test/rspamd_test_suite.c +++ b/test/rspamd_test_suite.c @@ -54,8 +54,6 @@ main (int argc, char **argv) } /* Setup logger */ - - /* Setup logger */ if (verbose || g_test_verbose ()) { rspamd_main->logger = rspamd_log_open_emergency (rspamd_main->server_pool, RSPAMD_LOG_FLAG_USEC|RSPAMD_LOG_FLAG_ENFORCED|RSPAMD_LOG_FLAG_RSPAMADM); |