Remove test/debugging statements from PR

pull/1/head
ninabreznik 7 years ago committed by yann300
parent 6b39219da1
commit 02311a071c
  1. 1
      src/app.js
  2. 1
      src/app/editor/editor.js

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

Loading…
Cancel
Save