(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 16 Oct 2012 10:07:57 +0000 (10:07 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 16 Oct 2012 10:07:57 +0000 (10:07 +0000)
src/main.c

index 15b7014..49e3622 100644 (file)
@@ -59,8 +59,6 @@ static struct task *get_selected_task(GtkTreeView *treeview)
                task = NULL;
        }
 
-       printf("get_selected_task returns NULL\n");
-
        return task;
 }