Cleaning up and only doing latex completion for python 3.

pull/37/head
Brian E. Granger 12 years ago
parent 27f2f6baaa
commit 2dfd4079ec

@ -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;

Loading…
Cancel
Save