remove useless debug

This commit is contained in:
Marco Martin 2019-10-22 13:38:07 +02:00
parent d44fe62c14
commit aeea4f92ed

View file

@ -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;