From 369097a97856c70ab213428957c86abc9937a069 Mon Sep 17 00:00:00 2001 From: Quey-Liang Kao Date: Mon, 20 Feb 2017 02:16:31 +0800 Subject: Refine the commits --- todo.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/todo.go b/todo.go index f7d994d..2a45f28 100644 --- a/todo.go +++ b/todo.go @@ -110,10 +110,6 @@ func usage() { func routeInput(command string, input string) { app := todolist.NewApp() - if app == nil { - return - } - switch command { case "l", "list", "agenda": app.ListTodos(input) -- cgit v1.3