Skip to content

Commit

Permalink
remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Q committed Aug 29, 2024
1 parent 2af2f09 commit 8c72ddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taskweaver/ces/manager/defer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ def sync_result() -> TaskResult:

def task() -> None:
nonlocal result
print(f"Initializing {name}...")
result = (init(),)
print(f"{name} initialized")
loaded_event.set()

def async_result() -> TaskResult:
Expand Down

0 comments on commit 8c72ddb

Please sign in to comment.