mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
remove leftover console.log
This commit is contained in:
@ -25,7 +25,6 @@ const getImage = async (src) => {
|
||||
// To find the paused status, we check if the title contains `-`
|
||||
const getPausedStatus = async (win) => {
|
||||
const title = await win.webContents.executeJavaScript("document.title");
|
||||
console.log('doc title = ',title)
|
||||
return !title.includes("-");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user