Skip to content

Commit

Permalink
fix(#5219): Removing debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed May 2, 2024
1 parent ca276c8 commit 0250f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployability/modules/testing/tests/helpers/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def get_os_version_from_inventory(inventory_path) -> str:
Returns:
str: os version
"""
logger.error(inventory_path)
if 'manager' in inventory_path:
match = re.search(r".*?/manager-.*?-.*?-(.*?)-.*?/inventory.yaml", inventory_path)
elif 'agent' in inventory_path:
Expand Down

0 comments on commit 0250f72

Please sign in to comment.