From 44e920fde22b462df2db2fbbb4396690892c3b6b Mon Sep 17 00:00:00 2001 From: Frank van de Pol Date: Tue, 24 Dec 2013 23:29:40 +0100 Subject: [PATCH] Disable the notification for the Change node editor Disable the notification on the Change node. Once the infrastructure for validation error messages is implemented this can be re-enabled and retrofitted to the new structure. --- nodes/core/logic/15-change.html | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/core/logic/15-change.html b/nodes/core/logic/15-change.html index cfcc11817..4e56a1f2f 100644 --- a/nodes/core/logic/15-change.html +++ b/nodes/core/logic/15-change.html @@ -67,7 +67,6 @@ var re = new RegExp(this.from, "g"); return true; } catch(err) { - RED.notify("Error: "+err.message,"error"); return false; } }