From 677d13278d11162c581a736e03fca21c0543f19c Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 20 Oct 2022 18:11:40 +0200 Subject: [PATCH] Removing debug that made functions crash --- .../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml index b20be37..e4b9840 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml @@ -484,7 +484,7 @@ Item { throw new Error(qsTranslate('error', 'Circular dependency detected. Object %1 depends on %2.').arg(dependentOnSelfObjects[0].toString()).arg(control.self)) else if(dependentOnSelfObjects.length > 1) throw new Error(qsTranslate('error', 'Circular dependency detected. Objects %1 depend on %2.').arg(dependentOnSelfObjects.map(obj => obj.toString()).join(', ')).arg(control.self)) - console.log(control.self, propertyName, expr.execute()) + //console.log(control.self, propertyName, expr.execute()) return expr } catch(e) { // Error in expression