main.qml: remove start and stop logs

This commit is contained in:
Peter Fajdiga
2023-09-03 19:25:10 +02:00
parent b372489eb5
commit a3c0976f55

View File

@@ -10,12 +10,10 @@ Item {
Component.onCompleted: {
qmlBase.karouselInstance = Karousel.init();
print("script started");
}
Component.onDestruction: {
qmlBase.karouselInstance.destroy();
print("script stopped");
}
Notification {