mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove left over debug logging
This commit is contained in:
parent
09074f5413
commit
3b4670509a
1 changed files with 0 additions and 2 deletions
|
@ -277,9 +277,7 @@ define [
|
|||
session.setOption("useWorker", scope.syntaxValidation);
|
||||
|
||||
# now attach session to editor
|
||||
console.log "setting session"
|
||||
editor.setSession(session)
|
||||
console.log "set session"
|
||||
|
||||
doc = session.getDocument()
|
||||
doc.on "change", onChange
|
||||
|
|
Loading…
Reference in a new issue