diff --git a/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml b/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml index 15a88ef3fd..7bdec1087c 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml @@ -168,22 +168,6 @@ Popup visible = true } closePolicy: closeOnClick ? Popup.CloseOnPressOutside : Popup.NoAutoClose - // enter: Transition - // { - // NumberAnimation - // { - // duration: 75 - // property: "visible" - // } - // } - // exit: Transition - // { - // NumberAnimation - // { - // duration: 75 - // property: "visible" - // } - // } clip: true