remove extra console.log
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s
This commit is contained in:
parent
2c5ea21300
commit
014fe86f6c
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue