From af9090eeac70c879d7824b923548d74cfbc04c1a Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sun, 22 Jan 2017 14:53:13 +0000 Subject: [PATCH] Remove time. --- server/auth/gitlab/gitlab.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/auth/gitlab/gitlab.go b/server/auth/gitlab/gitlab.go index 622c6fd2..a32745c2 100644 --- a/server/auth/gitlab/gitlab.go +++ b/server/auth/gitlab/gitlab.go @@ -4,7 +4,6 @@ import ( "errors" "fmt" "net/http" - "time" "github.com/nsheridan/cashier/server/auth" "github.com/nsheridan/cashier/server/config" -- GitLab