Removing stale code in CodeCell.

This commit is contained in:
Brian Granger 2012-05-09 20:04:52 -07:00
parent fd4ecebc9d
commit 6268e0a4b1

View File

@ -146,7 +146,6 @@ var IPython = (function (IPython) {
this.output_area.clear_output(true, true, true);
this.set_input_prompt('*');
this.element.addClass("running");
var code = this.get_text();
var callbacks = {
'execute_reply': $.proxy(this._handle_execute_reply, this),
'output': $.proxy(this.output_area.handle_output, this.output_area),