From aeea4f92ed437bd2ba4b56be48a1d7f34bd69f83 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 22 Oct 2019 13:38:07 +0200 Subject: [PATCH] remove useless debug --- containments/panel/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index 377e6306..4986df06 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -71,7 +71,7 @@ PlasmaCore.ColorScope { } else { fullContainer = fullContainerComponent.createObject(fullRepresentationView.contentItem, {"fullRepresentationModel": fullRepresentationModel, "fullRepresentationView": fullRepresentationView}); } -print("SDSDSDS"+fullContainer); + applet.fullRepresentationItem.parent = fullContainer; fullContainer.applet = applet; fullContainer.contentItem = applet.fullRepresentationItem;