remove extra comments

This commit is contained in:
samcake 2018-05-23 15:12:21 -07:00
parent cf58f31f3e
commit e4048c8f23
2 changed files with 2 additions and 5 deletions

View file

@ -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;
} }
} }

View file

@ -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 : []