diff options
| author | Michael Strùˆder <mikezter@gmail.com> | 2017-05-03 18:33:01 +0200 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2017-05-09 20:20:24 -0400 |
| commit | 87e2fe7dbfcb2026662b50524d5d9eec766d8308 (patch) | |
| tree | ced9aa2af663037e19c73361b245c16b9d1dd823 /todolist/app.go | |
| parent | 6beb1258b010cbb29f8c296a3a1d51cae2f18aa4 (diff) | |
do not duplicate error messages again
Diffstat (limited to 'todolist/app.go')
| -rw-r--r-- | todolist/app.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
