Delete unnecessary save

This commit is contained in:
Jason Grout 2014-01-09 03:36:55 -05:00 committed by Jonathan Frederic
parent ce19a34d93
commit 140d1872f7

View File

@ -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) {