From 87e2fe7dbfcb2026662b50524d5d9eec766d8308 Mon Sep 17 00:00:00 2001 From: Michael Strùˆder Date: Wed, 3 May 2017 18:33:01 +0200 Subject: do not duplicate error messages again --- todolist/app.go | 1 - 1 file changed, 1 deletion(-) (limited to 'todolist') diff --git a/todolist/app.go b/todolist/app.go index 77a7e44..5f4d08f 100644 --- a/todolist/app.go +++ b/todolist/app.go @@ -101,7 +101,6 @@ func (a *App) EditTodoSubject(input string) { _, todo := a.getId(input) if todo == nil { - fmt.Println("Todo not found.") return } todo.Subject = subject -- cgit v1.3