Skip to content

Commit

Permalink
removed unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Oct 28, 2023
1 parent 2b3b365 commit 3212736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/module_utils/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

def _check_nft_version() -> bool:
result = process(cmd=['nft', '--version'])
print(result)
if result['rc'] != 0:
return False

Expand Down

0 comments on commit 3212736

Please sign in to comment.