Skip to content

Commit

Permalink
fix: remove debug / testing printout from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Dubois committed Mar 16, 2021
1 parent 20b8baa commit 0e87ead
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
# This should be set by the automated Github workflow
VERSION = environ["SEMANTIC_VERSION"]

# TEST - Ensure version number is correctly set
print(VERSION)

setup(
name="do-calculus",
version=VERSION,
Expand Down

0 comments on commit 0e87ead

Please sign in to comment.