Cleanup: Remove fun from code base
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index b0674612b54589de311bdfa0e76117226675223e..5e19f379fbb05675a7d809d7878caa39c5c82b18 100644 (file)
@@ -760,12 +760,6 @@ static void sessiond_cleanup_options(void)
        free(kmod_extra_probes_list);
 
        run_as_destroy_worker();
-
-       /* <fun> */
-       DBG("%c[%d;%dm*** assert failed :-) *** ==> %c[%dm%c[%d;%dm"
-                       "Matthew, BEET driven development works!%c[%dm",
-                       27, 1, 31, 27, 0, 27, 1, 33, 27, 0);
-       /* </fun> */
 }
 
 /*
This page took 0.026363 seconds and 4 git commands to generate.