From 61276ae79bc555dbba792c89d6cf939bde137223 Mon Sep 17 00:00:00 2001 From: wvffle Date: Mon, 26 Sep 2022 19:24:30 +0000 Subject: [PATCH] Remove console.log --- front/public/embed.html | 1 - 1 file changed, 1 deletion(-) diff --git a/front/public/embed.html b/front/public/embed.html index fc789be81..1c604beb3 100644 --- a/front/public/embed.html +++ b/front/public/embed.html @@ -232,7 +232,6 @@ ] }) - console.log(metadata) requestAnimationFrame(() => { navigator.mediaSession.metadata = metadata })