Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
palage4a committed Jun 5, 2021
1 parent 2131ebb commit 0991617
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions duration.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package dateparse

import (
"fmt"
"strings"
"time"
)
Expand Down Expand Up @@ -87,8 +86,6 @@ func durationParse(bits []string, opts Opts) (dur time.Duration) {
return durationParse(normalizeStrings(bits[1:]), opts)
}

fmt.Println(bits)

switch len(bits) {
case 1:
word := bits[0]
Expand Down

0 comments on commit 0991617

Please sign in to comment.