From 406766a3ac390c9bd4078a3d92960af9b54160a0 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 6 Oct 2016 23:03:11 -0700 Subject: removed debug --- system/admin/user/auth.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'system') diff --git a/system/admin/user/auth.go b/system/admin/user/auth.go index 36f5e40..3ff2b2b 100644 --- a/system/admin/user/auth.go +++ b/system/admin/user/auth.go @@ -2,7 +2,6 @@ package user import ( "encoding/base64" - "fmt" "net/http" "github.com/nilslice/jwt" @@ -59,7 +58,6 @@ func IsValid(req *http.Request) bool { // IsUser checks for consistency in email/pass combination func IsUser(usr *User, password string) bool { - fmt.Println(usr, password) salt, err := base64.StdEncoding.DecodeString(usr.Salt) if err != nil { return false -- cgit v1.2.3