mirror of
https://github.com/mvt-project/mvt.git
synced 2026-03-29 07:50:19 +02:00
Remove stale FIXME comment in command.py
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user