Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Oct 22, 2024
1 parent 4418863 commit 2250f7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/edge_containers_cli/cmds/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ async def update_indicators(self, name: str, indicator: str):
else:
self._service_indicators["name"].append(name)
self._service_indicators[emoji.exclaim].append(indicator)
log.info("Exited")

def stop(self):
self._polling = False
Expand Down

0 comments on commit 2250f7d

Please sign in to comment.