mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Remove stray log
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user