aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todo.go4
1 files changed, 0 insertions, 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)