removed some debug stuff

This commit is contained in:
Dorian Zedler 2019-05-14 19:08:44 +02:00
parent 40d56c184c
commit 4567e0b568

View file

@ -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 {