Skip to content

Commit

Permalink
Remove left-over debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Aug 31, 2023
1 parent 1ccf516 commit 5634bac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ldnp/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ def main(
description = meta_info.get("description")
short_description = meta_info.get("short_description")

print(meta_info["depends"])

if short_description and not description:
logger.warning("No description provided, falling back to short description")
description = short_description
Expand Down

0 comments on commit 5634bac

Please sign in to comment.