Skip to content

Commit a432a0e

Browse files
committed
Update debug flag in numInWordsFactory
1 parent 4936a90 commit a432a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/utils/num-in-words-factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const numInWordsFactory =
5555
{
5656
silent = true as Silent,
5757
memoize = true,
58-
debug = process.env.NODE_ENV === 'development',
58+
debug = false,
5959
experimental = true,
6060
}: NumInWordsOptions<Silent, CurrentStatus> = {}
6161
): Silent extends true ? string : string | undefined => {

0 commit comments

Comments
 (0)