From 7286c9fc5b55df0499c7a8f28b5e61ec57e788cc Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 27 Sep 2018 00:51:25 +0300 Subject: Add licence and version info --- src/actions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/actions.c') diff --git a/src/actions.c b/src/actions.c index b164779..54e781b 100644 --- a/src/actions.c +++ b/src/actions.c @@ -154,7 +154,6 @@ int run_LIST(UserOpt *opt, Conf *conf) { list_free(list_type); return 0; case LT_NONE: - printf("What should I list? (paths, configs)\n"); close_DB(&db); list_free(list_type); return 1; -- cgit v1.2.3