mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Remove tests that are no longer relevant
This commit is contained in:
parent
11bd520c98
commit
f34fc7e6f9
12 changed files with 1 additions and 656 deletions
|
@ -121,8 +121,7 @@ class ZeroConfClient:
|
|||
address = '.'.join(map(lambda n: str(n), info.address))
|
||||
self.addedNetworkCluster.emit(str(name), address, info.properties)
|
||||
else:
|
||||
Logger.log("w",
|
||||
"The type of the found device is '%s', not 'printer'! Ignoring.." % type_of_device)
|
||||
Logger.log("w", "The type of the found device is '%s', not 'printer'." % type_of_device)
|
||||
else:
|
||||
Logger.log("w", "Could not get information about %s" % name)
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue