Skip to content

Commit

Permalink
🔇 remove EXPERIMENTAL md logs #2986
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Dec 23, 2022
1 parent 6ab90a0 commit a1daed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class QRManager {
}
if (!gotResult && (qrData === 'QR_CODE_SUCCESS' || qrData === md)) {
gotResult = true;
spinner?.succeed(qrData === md ? "Multi device support for this project is EXPERIMENTAL. Some things may not work...." : "QR code scanned. Loading session...")
spinner?.succeed("QR code scanned. Loading session...")
return resolve(await isInsideChat(waPage).toPromise())
}
if (!gotResult) this.grabAndEmit(qrData, waPage, config, spinner);
Expand Down

0 comments on commit a1daed9

Please sign in to comment.