From 9caaadb48dee3e197114486283749f413142e55c Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Thu, 24 May 2018 14:36:18 -0700 Subject: [PATCH] Delete commented-out requires --- todo/display.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/todo/display.go b/todo/display.go index 31146f2f..48de99e3 100644 --- a/todo/display.go +++ b/todo/display.go @@ -2,8 +2,6 @@ package todo import ( "fmt" - //"strings" - //"github.com/gdamore/tcell" "github.com/senorprogrammer/wtf/wtf" )