Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
martenlienen committed May 26, 2024
1 parent 9b31e05 commit be8ecd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyinfra/api/facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def _handle_fact_kwargs(state, host, cls, args, kwargs):
fact_kwargs = {key: value for key, value in kwargs.items() if key not in global_kwargs}

if args or fact_kwargs:
print(args, fact_kwargs)
# Merges args & kwargs into a single kwargs dictionary
fact_kwargs = getcallargs(cls().command, *args, **fact_kwargs)

Expand Down

0 comments on commit be8ecd1

Please sign in to comment.