From c3a0818dd4f95d738e21903d2d41c4e50e72a4d6 2014-01-17 15:21:30 From: Jason Grout Date: 2014-01-17 15:21:30 Subject: [PATCH] Delete unnecessary save --- diff --git a/IPython/html/static/notebook/js/widgets/widget.js b/IPython/html/static/notebook/js/widgets/widget.js index 3501700..bf30c62 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) {