remove debug output

pull/1523/head
Cory LaNou 2015-02-06 10:05:19 -07:00
parent 973bb78808
commit 3dec0e7ed5
1 changed files with 0 additions and 1 deletions

View File

@ -2644,7 +2644,6 @@ func (s *Server) Authorize(u *User, q *influxql.Query, database string) error {
const authErrLogFmt = `unauthorized request | user: %q | query: %q | database %q\n`
if u == nil {
log.Println("sup")
s.Logger.Printf(authErrLogFmt, "", q.String(), database)
return ErrAuthorize{text: "no user provided"}
}