Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusmania committed Nov 19, 2024
1 parent b80bc70 commit cebb1d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions routes/api/password.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export const generatePassword = (_options?: Options): string => {

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

console.log(options, _options);

const charset = Object.keys(options)
.sort()
.filter((key) => options[key as Charset])
Expand Down

0 comments on commit cebb1d2

Please sign in to comment.