mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 13:34:01 +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);
|
||||
}
|
||||
}
|
||||
return true
|
||||
// return depth < maxDepth;
|
||||
return depth < maxDepth;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -21,9 +21,7 @@ Rectangle {
|
|||
HifiConstants { id: hifi;}
|
||||
color: hifi.colors.baseGray;
|
||||
id: root;
|
||||
|
||||
// width: parent ? parent.width : 200
|
||||
// height: parent ? parent.height : 400
|
||||
|
||||
property var rootConfig : Workload
|
||||
property var myArray : []
|
||||
|
||||
|
|
Loading…
Reference in a new issue