Remove test/debugging statements from PR

pull/3094/head
ninabreznik 7 years ago committed by yann300
parent ccd3f4a6f9
commit 51a0129363
  1. 1
      src/app.js
  2. 1
      src/app/editor/editor.js

@ -297,7 +297,6 @@ function run () {
txlistener.startListening() txlistener.startListening()
// ----------------- editor ---------------------------- // ----------------- editor ----------------------------
this._components.editor = new Editor({}) // @TODO: put into editorpanel this._components.editor = new Editor({}) // @TODO: put into editorpanel
window.EDITOR = this._components.editor
var editor = self._components.editor // shortcut for the editor var editor = self._components.editor // shortcut for the editor
// ---------------- ContextualListener ----------------------- // ---------------- ContextualListener -----------------------

@ -241,7 +241,6 @@ function Editor (opts = {}) {
// Unmap ctrl-t & ctrl-f // Unmap ctrl-t & ctrl-f
editor.commands.bindKeys({ 'ctrl-t': null }) editor.commands.bindKeys({ 'ctrl-t': null })
// editor.commands.bindKeys({ 'ctrl-f': null })
editor.commands.addCommand({ editor.commands.addCommand({
name: "myCommand", name: "myCommand",

Loading…
Cancel
Save