diff --git a/IPython/html/static/notebook/js/completer.js b/IPython/html/static/notebook/js/completer.js
index ee1078580..4e92fe5f9 100644
--- a/IPython/html/static/notebook/js/completer.js
+++ b/IPython/html/static/notebook/js/completer.js
@@ -373,7 +373,6 @@ var IPython = (function (IPython) {
from: cur,
to: cur,
};
- // this.insert(completion);
this.close();
this.editor.focus();