diff --git a/src/mvt/common/command.py b/src/mvt/common/command.py index 0eb633a..9b28d98 100644 --- a/src/mvt/common/command.py +++ b/src/mvt/common/command.py @@ -222,7 +222,6 @@ class Command: if self.module_name and module.__name__ != self.module_name: continue - # FIXME: do we need the logger here module_logger = logging.getLogger(module.__module__) m = module(