chg: Remove critical warning if lief is not installed

Fix https://github.com/MISP/MISP/issues/6908
pull/700/head
Raphaël Vinot 2021-01-26 13:13:59 +01:00
parent 47382d01c0
commit 78402394e5
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ except AttributeError:
except ImportError:
HAS_LIEF = False
logger.critical('You need lief >= 0.11.0. The quick and dirty fix is: pip3 install --force pymisp[fileobjects]')
class FileTypeNotImplemented(MISPObjectException):