Skip to content

Commit

Permalink
fix(sdk): remove print (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga authored Nov 9, 2024
1 parent d63c765 commit d6ef547
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/traceloop-sdk/traceloop/sdk/utils/package_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

installed_packages = {dist.metadata["Name"].lower() for dist in distributions()}

print(installed_packages)


def is_package_installed(package_name: str) -> bool:
return package_name.lower() in installed_packages

0 comments on commit d6ef547

Please sign in to comment.