From 6b521d35e7f48255032b0f13d16f7ce32937ff22 Mon Sep 17 00:00:00 2001 From: Ryan Blakeley Date: Fri, 4 Sep 2015 10:35:47 -0600 Subject: [PATCH] removed obsolete method call, fix #196 --- src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.js b/src/main.js index 21c957b..2ddf0c5 100644 --- a/src/main.js +++ b/src/main.js @@ -431,7 +431,6 @@ Formsy.Form = React.createClass({ detachFromForm: function (component) { delete this.inputs[component.props.name]; delete this.model[component.props.name]; - this.updateModel(); this.validateForm(); }, render: function () {