Drop debug

This commit is contained in:
Bhushan Shah 2020-02-27 12:36:16 +05:30
parent b5783fedf5
commit c9f466117b

View file

@ -31,7 +31,7 @@ DrawerBackground {
height: parent.height
width: visible ? quickSettingsParent.width : 0
Layout.minimumHeight: applet && applet.switchHeight
onVisibleChanged: {print("OOOOOOO"+fullRepresentationModel+fullRepresentationView)
onVisibleChanged: {
if (visible) {
for (var i = 0; i < fullRepresentationModel.count; ++i) {
if (fullRepresentationModel.get(i) === this) {