Skip to content

Commit

Permalink
Update start_full_node.py
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Nov 4, 2024
1 parent e09afb1 commit 2b88c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chia/server/start_full_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ async def async_main(service_config: dict[str, Any]) -> int:
def main() -> int:
freeze_support()

# TODO: was CHIA_INSTRUMENT_NODE, can we please be more consistent though?
with maybe_manage_task_instrumentation(
enable=os.environ.get(f"CHIA_INSTRUMENT_{SERVICE_NAME.upper()}") is not None
):
Expand Down

0 comments on commit 2b88c48

Please sign in to comment.