Skip to content

Commit 26d4578

Browse files
committed
Revert "Debugging"
This reverts commit ab78acc.
1 parent ab78acc commit 26d4578

File tree

1 file changed

+0
-2
lines changed
  • special-pages/pages/duckplayer/app

1 file changed

+0
-2
lines changed

special-pages/pages/duckplayer/app/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export async function init(messaging, telemetry, baseEnvironment) {
3232

3333
const init = result.value;
3434
console.log('INITIAL DATA', init);
35-
alert(JSON.stringify(init, null, 2));
3635

3736
// update the 'env' in case it was changed by native sides
3837
const environment = baseEnvironment
@@ -66,7 +65,6 @@ export async function init(messaging, telemetry, baseEnvironment) {
6665
const initialYouTubeError = /** @type {YouTubeError} */ (baseEnvironment.urlParams.get('youtubeError'));
6766

6867
console.log(settings);
69-
alert(JSON.stringify(settings, null, 2));
7068

7169
const embed = createEmbedSettings(window.location.href, settings);
7270

0 commit comments

Comments
 (0)