Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Oct 5, 2022
1 parent a2e8568 commit a246ae9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions discord/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@

try:
__version__ = version("py-cord")
print("Set version")
except PackageNotFoundError:
# Package is not installed
try:
from setuptools_scm import get_version # type: ignore[import]

__version__ = get_version()
print("set version")
except ImportError:
# setuptools_scm is not installed
__version__ = "0.0.0"
Expand Down

0 comments on commit a246ae9

Please sign in to comment.