Skip to content

Commit

Permalink
Don't console.log auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Jan 9, 2025
1 parent d65ee6c commit eb59c1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/puter-js/src/modules/networking/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export function createWispPacket(instructions) {
}

if (instructions.puterAuth) {
console.log("Puter auth " + instructions.puterAuth)
// PASSWORD AUTH REQUIRED
view.setUint8(7, 0x02); // Protocol ID (Password)
view.setUint32(8, 5 + instructions.passwordEncoded.length, true);
Expand Down

0 comments on commit eb59c1a

Please sign in to comment.