From: Jean-Philippe Orsini Date: Tue, 16 Oct 2012 10:07:57 +0000 (+0000) Subject: (no commit message) X-Git-Tag: v0.0.6~157 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask.git;a=commitdiff_plain;h=ea89713ef7f197355d52675a58aef47228628c5b --- 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; }