diff --git a/resources/qml/Pages/CompetitionCalendarPage.qml b/resources/qml/Pages/CompetitionCalendarPage.qml index 7f523d2..6bd282f 100644 --- a/resources/qml/Pages/CompetitionCalendarPage.qml +++ b/resources/qml/Pages/CompetitionCalendarPage.qml @@ -185,7 +185,7 @@ Page { for(var prop in obj) { // go through the whole array and search for data keys 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] } } @@ -306,14 +306,6 @@ Page { text: date } - - Label { - id: catIdLa - - color: "grey" - - text: catId - } } Rectangle {