remove extra console.log
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s

This commit is contained in:
Fijxu 2025-03-17 12:25:11 -03:00
parent 2c5ea21300
commit 014fe86f6c
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -46,7 +46,6 @@ player.post("/player", async (c) => {
const jsonReq = await c.req.json();
const innertubeClient = c.get("innertubeClient");
const konfigStore = c.get("konfigStore");
console.log(jsonReq);
if (jsonReq.videoId) {
const yt = await youtubePlayerParsing({
innertubeClient,