remove unused variable

This commit is contained in:
Matthias Bussonnier 2015-11-02 09:24:06 -08:00
parent 887e0dd154
commit 74a9789ef9

View File

@ -111,7 +111,6 @@ define(function (require) {
this.element = $(selector);
this.element.scroll();
this.element.data("notebook", this);
this.next_prompt_number = 1;
this.session = null;
this.kernel = null;
this.kernel_busy = false;