Skip to content

Commit a1daed9

Browse files
committed
🔇 remove EXPERIMENTAL md logs #2986
1 parent 6ab90a0 commit a1daed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class QRManager {
213213
}
214214
if (!gotResult && (qrData === 'QR_CODE_SUCCESS' || qrData === md)) {
215215
gotResult = true;
216-
spinner?.succeed(qrData === md ? "Multi device support for this project is EXPERIMENTAL. Some things may not work...." : "QR code scanned. Loading session...")
216+
spinner?.succeed("QR code scanned. Loading session...")
217217
return resolve(await isInsideChat(waPage).toPromise())
218218
}
219219
if (!gotResult) this.grabAndEmit(qrData, waPage, config, spinner);

0 commit comments

Comments
 (0)