Don't console.log auth token

This commit is contained in:
jelveh
2025-01-09 15:32:33 -08:00
parent d65ee6cfb1
commit eb59c1a102
@@ -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);