mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Remove unused variable
This commit is contained in:
@@ -49,4 +49,3 @@ def setup_logger(start_time=None, force_color=False):
|
|||||||
handler.setFormatter(TimeFormatter(start_time, log_colors))
|
handler.setFormatter(TimeFormatter(start_time, log_colors))
|
||||||
logging.getLogger().addHandler(handler)
|
logging.getLogger().addHandler(handler)
|
||||||
logging.getLogger("miplearn").setLevel(logging.INFO)
|
logging.getLogger("miplearn").setLevel(logging.INFO)
|
||||||
lg = logging.getLogger("miplearn")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user