Skip to content

Commit

Permalink
Disable tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed May 7, 2024
1 parent 3a6c322 commit 1876c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def wrapper(*args, **kwargs):
logging.debug(
f"Tracking command: {command_name} with arguments: {filtered_kwargs}"
)
track_event(command_name, properties=filtered_kwargs)
# track_event(command_name, properties=filtered_kwargs)

return func(*args, **kwargs)

Expand Down

0 comments on commit 1876c45

Please sign in to comment.