Removed a line of debug.

This commit is contained in:
Simon Edwards 2017-01-18 13:49:18 +01:00
parent 4fecf55b3b
commit d5c96c1aae

View file

@ -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):