Remove logging line for missing module - seems to not work properly and CI should handle it.

This commit is contained in:
compiling
2020-05-13 20:16:49 +10:00
parent c817e9ce91
commit ac8cd92ab6

View File

@@ -9,8 +9,6 @@ try:
except ImportError:
from enum import Flag
FastEnum = Flag
# Bitflag logic is significantly faster when not using normal python enums.
logging.info('fast-enum module not found - falling back to slow enums. Run `pip install fast-enum` to remove this warning.')
from source.classes.BabelFish import BabelFish