Skip to content

Commit

Permalink
fix: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 12, 2023
1 parent 19daf50 commit 9b26a05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
return v.toString(16);
}).substring(0, length); // Truncate to the requested length.

console.log(uuid); // For testing, log the generated UUID to the console.
return uuid;
},
}
Expand Down

0 comments on commit 9b26a05

Please sign in to comment.