commit 7e5c3c3: Remove dangling comment

Petr Vaněk arkamar at atlas.cz
Wed Apr 6 19:07:03 UTC 2022


Author: Petr Vaněk
Date: 2022-04-06 11:11:03 +0200
URL: https://github.com/rspamd/rspamd/commit/7e5c3c349437c69b83cfbe5652f4dc945230a373 (refs/pull/4135/head)

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.

---
 test/rspamd_test_suite.c | 2 --
 1 file changed, 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
@@ -53,8 +53,6 @@ main (int argc, char **argv)
 		exit (EXIT_FAILURE);
 	}
 
-	/* Setup logger */
-
 	/* Setup logger */
 	if (verbose || g_test_verbose ()) {
 		rspamd_main->logger = rspamd_log_open_emergency (rspamd_main->server_pool,


More information about the Commits mailing list