From fec6382384886c71d14d655a1d11aab77de6ace5 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 15 Nov 2023 09:59:02 -0600 Subject: [PATCH] cleanup --- src/qml/presenter/MainWindow.qml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index 79612c1..2b324c9 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -211,34 +211,9 @@ Controls.Page { const isMoveDown = currentSlide < index; currentSlide = index; currentServiceItem = item.serviceItemId; - console.log("index grabbed: " + index); - console.log("html?: " + item.html); - console.log("type: " + item.type); - console.log("text: " + item.text); - console.log("slide_index: " + item.slideIndex); - console.log("slide_count: " + item.imageCount); - /* if (item.html) { */ - /* let index = item.slideIndex; */ - /* let count = item.imageCount; */ - /* if (index > 0 && index < count - 1) { */ - /* console.log("I should advance revealy"); */ - /* if (isMoveDown) */ - /* presentation.revealNext() */ - /* else */ - /* presentation.revealPrev() */ - /* return */ - /* } */ - /* } */ - - /* presentation.stopVideo(); */ - /* pWindow.stopVideo(); */ - /* presentation.itemType = item.type; */ console.log("Time to start changing"); - ServiceItemModel.activate(currentServiceItem); - /* SlideObject.changeSlide(slide, slideId); */ slideHelper.chngSlide(item, index, SlideObject); - /* SlideMod.activate(index); */ presentation.textIndex = 0; console.log("Slide changed to: ", item.imageBackground); activeServiceItem = ServiceItemC.getRust(currentServiceItem, ServiceItemModel).name;