chg: Remove critical warning if lief is not installed

Fix https://github.com/MISP/MISP/issues/6908
pull/694/head
Raphaël Vinot 2021-01-26 13:13:59 +01:00
parent 56c41ed675
commit c41a2f1549
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):