From 140d1872f73724bd95c591b45a06f5f83874f49c Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Thu, 9 Jan 2014 03:36:55 -0500 Subject: [PATCH] Delete unnecessary save --- IPython/html/static/notebook/js/widgets/widget.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IPython/html/static/notebook/js/widgets/widget.js b/IPython/html/static/notebook/js/widgets/widget.js index 3501700cf..bf30c6262 100644 --- a/IPython/html/static/notebook/js/widgets/widget.js +++ b/IPython/html/static/notebook/js/widgets/widget.js @@ -97,8 +97,7 @@ function(widget_manager, underscore, backbone){ } } } - //TODO: are there callbacks that make sense in this case? If so, attach them here as an option - this.save(); + //TODO: are there callbacks that make sense in this case? If so, attach them here as an option }, _handle_status: function (msg, callbacks) {