Remove tests that are no longer relevant

This commit is contained in:
ChrisTerBeke 2019-07-29 21:53:26 +02:00
parent 11bd520c98
commit f34fc7e6f9
12 changed files with 1 additions and 656 deletions

View file

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