Skip to content

Commit

Permalink
🧹 Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Aug 1, 2023
1 parent eb2b214 commit 1ea4290
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setuptools_ocrd/_integration/setuptools.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def _warn_on_old_setuptools(_version=setuptools.__version__):


def get_ocrd_tool_version(dist):
log.debug("get_ocrd_tool_version: %r", vars(dist.metadata))

if dist.metadata.version is not None:
return

Expand Down

0 comments on commit 1ea4290

Please sign in to comment.