removed some debug stuff
This commit is contained in:
parent
40d56c184c
commit
4567e0b568
1 changed files with 1 additions and 9 deletions
|
@ -185,7 +185,7 @@ Page {
|
||||||
for(var prop in obj) {
|
for(var prop in obj) {
|
||||||
// go through the whole array and search for data keys
|
// go through the whole array and search for data keys
|
||||||
if (obj.hasOwnProperty(prop) && obj[prop]["cat_id"].indexOf(compCatId) >= 0) {
|
if (obj.hasOwnProperty(prop) && obj[prop]["cat_id"].indexOf(compCatId) >= 0) {
|
||||||
console.log("found cat: " + obj[prop]['label'])
|
//console.log("found cat: " + obj[prop]['label'])
|
||||||
return obj[prop]
|
return obj[prop]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -306,14 +306,6 @@ Page {
|
||||||
|
|
||||||
text: date
|
text: date
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
|
||||||
id: catIdLa
|
|
||||||
|
|
||||||
color: "grey"
|
|
||||||
|
|
||||||
text: catId
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
Loading…
Reference in a new issue