[CLEANUP] remove dirty left-over of a debugging message

This debug message was added in commit e9b2602a and not noticed once
committed.
diff --git a/src/haproxy.c b/src/haproxy.c
index 350429a..97d2e71 100644
--- a/src/haproxy.c
+++ b/src/haproxy.c
@@ -1038,7 +1038,6 @@
 static struct task *manage_global_listener_queue(struct task *t)
 {
 	int next = TICK_ETERNITY;
-	fprintf(stderr, "coucou!\n");
 	/* queue is empty, nothing to do */
 	if (LIST_ISEMPTY(&global_listener_queue))
 		goto out;