mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 08:16:21 +02:00
remove extra comments
This commit is contained in:
parent
cf58f31f3e
commit
e4048c8f23
2 changed files with 2 additions and 5 deletions
|
@ -69,8 +69,7 @@ function job_print_functor(printout, showProps, maxDepth) {
|
||||||
printout(depthTab + tab + tab + typeof prop + " " + keys[p] + " " + prop);
|
printout(depthTab + tab + tab + typeof prop + " " + keys[p] + " " + prop);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true
|
return depth < maxDepth;
|
||||||
// return depth < maxDepth;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,7 @@ Rectangle {
|
||||||
HifiConstants { id: hifi;}
|
HifiConstants { id: hifi;}
|
||||||
color: hifi.colors.baseGray;
|
color: hifi.colors.baseGray;
|
||||||
id: root;
|
id: root;
|
||||||
|
|
||||||
// width: parent ? parent.width : 200
|
|
||||||
// height: parent ? parent.height : 400
|
|
||||||
property var rootConfig : Workload
|
property var rootConfig : Workload
|
||||||
property var myArray : []
|
property var myArray : []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue