mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 00:11:32 +00:00
Remove console.log debug line
This commit is contained in:
parent
456d194dbb
commit
dc5e1f71bd
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ logger = require("logger-sharelatex")
|
|||
_ = require("underscore")
|
||||
|
||||
httpAuth = require('express').basicAuth (user, pass)->
|
||||
console.log "AUTH", user, pass, Settings.httpAuthUsers
|
||||
isValid = Settings.httpAuthUsers[user] == pass
|
||||
if !isValid
|
||||
logger.err user:user, pass:pass, "invalid login details"
|
||||
|
|
Loading…
Reference in a new issue