Commit 02311a07 authored by ninabreznik's avatar ninabreznik Committed by yann300

Remove test/debugging statements from PR

parent 6b39219d
......@@ -297,7 +297,6 @@ function run () {
txlistener.startListening()
// ----------------- editor ----------------------------
this._components.editor = new Editor({}) // @TODO: put into editorpanel
window.EDITOR = this._components.editor
var editor = self._components.editor // shortcut for the editor
// ---------------- ContextualListener -----------------------
......
......@@ -241,7 +241,6 @@ function Editor (opts = {}) {
// Unmap ctrl-t & ctrl-f
editor.commands.bindKeys({ 'ctrl-t': null })
// editor.commands.bindKeys({ 'ctrl-f': null })
editor.commands.addCommand({
name: "myCommand",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment