X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=49e36229772d14755b1753355cef7b8ca818ff8b;hb=ea89713ef7f197355d52675a58aef47228628c5b;hp=15b7014a8cb59ee47a6fcd708fcc2fe51c90d594;hpb=06bed34f0e4a8903904cd26d74b237c8984fbfaa;p=ptask.git diff --git a/src/main.c b/src/main.c index 15b7014..49e3622 100644 --- a/src/main.c +++ b/src/main.c @@ -59,8 +59,6 @@ static struct task *get_selected_task(GtkTreeView *treeview) task = NULL; } - printf("get_selected_task returns NULL\n"); - return task; }