Skip to content

Commit

Permalink
remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Oct 23, 2021
1 parent 978aca1 commit 2d518ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/song-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -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("-");
};

Expand Down

0 comments on commit 2d518ab

Please sign in to comment.