We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cabd7e commit 7d4f742Copy full SHA for 7d4f742
lib/services/livesync/playground/preview-qr-code-service.ts
@@ -44,8 +44,6 @@ export class PreviewQrCodeService implements IPreviewQrCodeService {
44
const qrCodeUrl = this.$previewSdkService.getQrCodeUrl(options);
45
const url = await this.getShortenUrl(qrCodeUrl);
46
47
- this.$logger.info("======== qrCodeUrl ======== ", qrCodeUrl);
48
-
49
this.$logger.info();
50
const message = `${EOL} Generating qrcode for url ${url}.`;
51
this.$logger.trace(message);
0 commit comments