Skip to content

Commit

Permalink
Remove print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Nov 4, 2024
1 parent a176d8b commit 9c2ecf8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.6

* Remove a debug print

# 0.6.5

* Do not use Hy version ` 1.0aX`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def package_files(directory):

setup(
name="tqwgp-parser",
version="0.6.5",
version="0.6.6",
url="https://github.com/YtoTech/talk-quote-work-getpaid-parser",
license="AGPL-3.0",
author="Yoan Tournade",
Expand Down
1 change: 0 additions & 1 deletion tqwgp_parser/utils.hy
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
price))

(defn rounded-number [number-value rounding-decimals]
(print number-value rounding-decimals)
(if (and number-value rounding-decimals)
(round number-value rounding-decimals)
number-value))
Expand Down

0 comments on commit 9c2ecf8

Please sign in to comment.