mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Removed a line of debug.
This commit is contained in:
parent
4fecf55b3b
commit
d5c96c1aae
1 changed files with 0 additions and 1 deletions
|
@ -378,7 +378,6 @@ class MachineManager(QObject):
|
|||
# \param fallback_name \type{string} Name to use when (stripped) new_name is empty
|
||||
# \return \type{string} Name that is unique for the specified type and name/id
|
||||
def _createUniqueName(self, container_type: str, current_name: str, new_name: str, fallback_name: str) -> str:
|
||||
Logger.log('d', str(ContainerRegistry.getInstance()))
|
||||
return ContainerRegistry.getInstance().createUniqueName(container_type, current_name, new_name, fallback_name)
|
||||
|
||||
def _checkStacksHaveErrors(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue