main.qml: remove start and stop logs
This commit is contained in:
@@ -10,12 +10,10 @@ Item {
|
||||
|
||||
Component.onCompleted: {
|
||||
qmlBase.karouselInstance = Karousel.init();
|
||||
print("script started");
|
||||
}
|
||||
|
||||
Component.onDestruction: {
|
||||
qmlBase.karouselInstance.destroy();
|
||||
print("script stopped");
|
||||
}
|
||||
|
||||
Notification {
|
||||
|
||||
Reference in New Issue
Block a user