Remove left over debug logging

This commit is contained in:
James Allen 2016-11-15 15:51:15 +00:00
parent 09074f5413
commit 3b4670509a

View file

@ -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