diff --git a/IPython/html/static/notebook/js/completer.js b/IPython/html/static/notebook/js/completer.js index 143cdd3..14e13b6 100644 --- a/IPython/html/static/notebook/js/completer.js +++ b/IPython/html/static/notebook/js/completer.js @@ -215,7 +215,6 @@ var IPython = (function (IPython) { } if (!this.visible) { - console.log('add div'); this.complete = $('
').addClass('completions'); this.complete.attr('id', 'complete'); @@ -358,14 +357,6 @@ var IPython = (function (IPython) { code == keycodes.enter ) return; - var cur = this.editor.getCursor(); - var completion = { - str: String.fromCharCode(event.which), - type: "introspection", - from: cur, - to: cur, - }; - this.close(); this.editor.focus(); setTimeout(function () {