diff options
| -rw-r--r-- | todo.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |
