Skip to content

Commit

Permalink
removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ar0305 committed Sep 18, 2024
1 parent 9cc8ce6 commit 84abad0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions OTAnalytics/plugin_ui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,9 @@ def _run_analysis(self, ottrk_files: set[Path]) -> None:
self._get_all_sections(), preserve_cutting_sections=True
)

# logger().info("Create event list ...")
# TODO too much logging in loop?
logger().info("Create event list ...")
self._create_events()
# logger().info("Event list created.")
logger().info("Event list created.")

export_mode = ExportMode.create(is_first, flush=is_last)

Expand Down

0 comments on commit 84abad0

Please sign in to comment.