From 2dfd4079ecc4ccc06cb360b5312a9046e9a1a28f Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Thu, 28 Aug 2014 21:50:26 -0400 Subject: [PATCH] Cleaning up and only doing latex completion for python 3. --- IPython/html/static/notebook/js/completer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/static/notebook/js/completer.js b/IPython/html/static/notebook/js/completer.js index 1b06a1570..ec7287867 100644 --- a/IPython/html/static/notebook/js/completer.js +++ b/IPython/html/static/notebook/js/completer.js @@ -165,7 +165,6 @@ define([ Completer.prototype.finish_completing = function (msg) { // let's build a function that wrap all that stuff into what is needed // for the new completer: - console.log(msg); var content = msg.content; var start = content.cursor_start; var end = content.cursor_end;