Skip to content

Commit cebb1d2

Browse files
author
Salvatore Laisa
committed
chore: remove console.log
1 parent b80bc70 commit cebb1d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

routes/api/password.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export const generatePassword = (_options?: Options): string => {
2626

2727
const options = { ...defaults, ..._options };
2828

29-
console.log(options, _options);
30-
3129
const charset = Object.keys(options)
3230
.sort()
3331
.filter((key) => options[key as Charset])

0 commit comments

Comments
 (0)