mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:29:02 +08:00
removed debugging statement
Contributes to CURA-11014
This commit is contained in:
parent
b401ecee02
commit
658f270fe1
@ -20,7 +20,6 @@ class Directory(Linter):
|
|||||||
def checkForDotInDirName(self) -> Iterator[Diagnostic]:
|
def checkForDotInDirName(self) -> Iterator[Diagnostic]:
|
||||||
""" Check if there is a dot in the directory name, MacOS has trouble signing and notarizing otherwise """
|
""" Check if there is a dot in the directory name, MacOS has trouble signing and notarizing otherwise """
|
||||||
if any("." in p for p in self._file.parent.parts):
|
if any("." in p for p in self._file.parent.parts):
|
||||||
print("bghkgh")
|
|
||||||
yield Diagnostic(
|
yield Diagnostic(
|
||||||
file = self._file,
|
file = self._file,
|
||||||
diagnostic_name = "diagnostic-resources-macos-app-directory-name",
|
diagnostic_name = "diagnostic-resources-macos-app-directory-name",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user