From c5054883e978640d6ce3db4f2b945094c3a55271 Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Mon, 24 Mar 2014 15:02:04 -0700 Subject: [PATCH] small fixes for #5320 --- IPython/html/static/notebook/js/completer.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/IPython/html/static/notebook/js/completer.js b/IPython/html/static/notebook/js/completer.js index 143cdd357..14e13b60b 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 () {