From fa1b00cf917d2b1c359bc64b7e3cbc5f0fa5b5a6 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 10 Oct 2013 12:41:20 -0700 Subject: [PATCH] chore(mod/dashboard): remove fmt package Always build before pushing to origin master! Sorry for this noise. I deleted the debug message but not fmt. --- mod/dashboard/dashboard.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/dashboard/dashboard.go b/mod/dashboard/dashboard.go index 8a7a36edd..7941fc7a3 100644 --- a/mod/dashboard/dashboard.go +++ b/mod/dashboard/dashboard.go @@ -2,7 +2,6 @@ package dashboard import ( "bytes" - "fmt" "net/http" "os" "path"