From 8dde0f4fd2774892edd39277c6df45081f690d43 Mon Sep 17 00:00:00 2001 From: casper Date: Mon, 28 Feb 2022 16:51:34 +0100 Subject: [PATCH] remove debugging code beepboop CURA-8688 --- resources/qml/MainWindow/ApplicationMenu.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/MainWindow/ApplicationMenu.qml b/resources/qml/MainWindow/ApplicationMenu.qml index 85a6d05547..0345e6dda5 100644 --- a/resources/qml/MainWindow/ApplicationMenu.qml +++ b/resources/qml/MainWindow/ApplicationMenu.qml @@ -92,7 +92,6 @@ Item target: Cura.Actions.browsePackages function onTriggered() { - print("beepboop") extensionMenu.extensionModel.callExtensionMethod("Marketplace", "show") } }