Skip to content
Snippets Groups Projects
Commit 62a15222 authored by Sebastian Verling's avatar Sebastian Verling Committed by Lorenz Meier
Browse files

removed debugging line

parent 49e1c99d
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,6 @@ int GPS::init()
void GPS::task_main_trampoline(int argc, char *argv[])
{
warnx("arg = %i %c %i", argc, *argv[0], *argv[0]);
if (!strcmp(argv[1], "1"))
g_dev[0]->task_main();
else if (!strcmp(argv[1], "2"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment