Remove stray debug code

CURA-8233

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
This commit is contained in:
Jaime van Kessel 2021-05-17 15:24:46 +02:00 committed by GitHub
parent 2a304ce90a
commit 3018485077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,7 +397,6 @@ class DigitalFactoryController(QObject):
if "gif" in self._supported_file_types:
del self._supported_file_types["gif"]
print("***", self._supported_file_types)
@pyqtSlot()
def openSelectedFiles(self) -> None: