Skip to content

Commit

Permalink
Remove duplicate variable definition in the Config class
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Dec 28, 2024
1 parent d83176d commit 1f98505
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions micro_manager/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def __init__(self, config_file_name):
self._postprocessing_file_name = None
self._initialize_once = False

self._output_micro_sim_time = False

def set_logger(self, logger):
"""
Set the logger for the Config class.
Expand Down

0 comments on commit 1f98505

Please sign in to comment.