Trivial cleanup

This commit is contained in:
Miroslav Stampar
2020-11-27 12:32:05 +01:00
parent 7066e7ce97
commit 5d6def425a
4 changed files with 2 additions and 9 deletions

View File

@@ -145,12 +145,9 @@ class Fingerprint(GenericFingerprint):
warnMsg = "on HSQLDB it is not possible to enumerate the hostname"
logger.warn(warnMsg)
def checkDbmsOs(self, detailed=False):
if Backend.getOs():
infoMsg = "the back-end DBMS operating system is %s" % Backend.getOs()
logger.info(infoMsg)
else:
self.userChooseDbmsOs()