From 3f14a184e28927697185d35829fa1bdb9db5b80d Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Thu, 12 May 2016 07:18:47 -0400 Subject: Make agenda its own command --- todolist/parser_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'todolist/parser_test.go') diff --git a/todolist/parser_test.go b/todolist/parser_test.go index e913437..44ce3f7 100644 --- a/todolist/parser_test.go +++ b/todolist/parser_test.go @@ -72,7 +72,6 @@ func TestDueTomorrow(t *testing.T) { func TestDueSpecific(t *testing.T) { assert := assert.New(t) parser := &Parser{} - fmt.Println("Parsing new todo") todo := parser.ParseNewTodo("do this thing with @bob and @mary due jun 1") assert.Equal("2016-06-01", todo.Due) } -- cgit v1.3