Removing debug that made functions crash
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7241add9e5
commit
677d13278d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue