Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Nov 24, 2023
1 parent b2b096d commit 5658f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fable-library-py/fable_library/time_span.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def create(
return TimeSpan(days)
# hours, minutes, seconds constructor
case (_, _, _, None, None, None):
print("hours, minutes, seconds constructor")
seconds = minutes
minutes = hours
hours = days
Expand Down

0 comments on commit 5658f6b

Please sign in to comment.