From f090f7ffe71d8f3532f9b82e44db439d6a7f3854 Mon Sep 17 00:00:00 2001 From: Joshi Date: Mon, 16 Mar 2020 10:51:33 -0700 Subject: [PATCH] Removes comment. --- src/plugins/condition/ConditionManager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/condition/ConditionManager.js b/src/plugins/condition/ConditionManager.js index 143f1eeee7..e10237e062 100644 --- a/src/plugins/condition/ConditionManager.js +++ b/src/plugins/condition/ConditionManager.js @@ -48,7 +48,6 @@ export default class ConditionManager extends EventEmitter { } } - // this should not happen very frequently update(newDomainObject) { this.destroy(); this.conditionSetDomainObject = newDomainObject;