Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed May 24, 2024
1 parent 92222e3 commit b0a848d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SeleniumLibrary/entry/get_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ def get_version():
python_version = (
f"{sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro}"
)
# print(f"Used Python is: {sys.executable}\nVersion: {python_version}")
# print(f'Robot Framework version: "{get_rf_version()}"')

return (
f"\nUsed Python is: {sys.executable}\n\tVersion: {python_version}\n"
f'Robot Framework version: "{get_rf_version()}\n"'
Expand Down

0 comments on commit b0a848d

Please sign in to comment.