mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove stray log
This commit is contained in:
parent
70b56d0362
commit
778abaff6e
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ Settings = require 'settings-sharelatex'
|
|||
module.exports = SudoModeMiddlewear =
|
||||
|
||||
protectPage: (req, res, next) ->
|
||||
console.log ">>>>>> Settings", Settings.overleaf
|
||||
if req.externalAuthenticationSystemUsed() and !Settings.overleaf?
|
||||
logger.log {userId}, "[SudoMode] using external auth, skipping sudo-mode check"
|
||||
return next()
|
||||
|
|
Loading…
Reference in a new issue