Skip to content

Commit

Permalink
disable debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodz committed May 15, 2024
1 parent e0b34f0 commit 3171741
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/alpha/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ func main() {
itn.SetDebug(true)

processor := itn.NewLanguageES()
new_string := processor.Alpha2Digit(
"uno dos quince",
false,
true,
3,
)
new_string := processor.Alpha2Digit("uno dos quince", false, true, 3)
println(new_string)
}

0 comments on commit 3171741

Please sign in to comment.