From 4567e0b5683099a4349edd5f3c42f65dc419ef6b Mon Sep 17 00:00:00 2001 From: dorian Date: Tue, 14 May 2019 19:08:44 +0200 Subject: [PATCH] removed some debug stuff --- resources/qml/Pages/CompetitionCalendarPage.qml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 {