Cleanup: Remove fun from code base
[lttng-tools.git] / src / bin / lttng / lttng.c
index 34816be561afcc5f8b431d124383b786aec6fcc8..9317e83dc5873d84a3c107d64ca5d6b9de228f1f 100644 (file)
@@ -389,14 +389,6 @@ static int parse_args(int argc, char **argv)
                goto error;
        }
 
-       /* For Mathieu Desnoyers a.k.a. Dr. Tracing */
-       user = getenv("USER");
-       if (user != NULL && ((strncmp(progname, "drtrace", 7) == 0 ||
-                                       strncmp("compudj", user, 7) == 0))) {
-               MSG("%c[%d;%dmWelcome back Dr Tracing!%c[%dm\n", 27,1,33,27,0);
-       }
-       /* Thanks Mathieu */
-
        /*
         * Handle leftovers which is a first level command with the trailing
         * options.
This page took 0.024725 seconds and 5 git commands to generate.