From e48452dd9d6a742fb0eba3b931882c9c188640ab Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 20 Jul 2019 20:31:17 -0700 Subject: [PATCH] Delete unused import --- modules/bamboohr/item.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/bamboohr/item.go b/modules/bamboohr/item.go index 1f6f5ef9..3854568c 100644 --- a/modules/bamboohr/item.go +++ b/modules/bamboohr/item.go @@ -2,7 +2,6 @@ package bamboohr import ( "fmt" - //"time" "github.com/wtfutil/wtf/wtf" )