mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
remove leftover console.log
This commit is contained in:
@ -156,7 +156,6 @@ function setupVolumeOverride(options) {
|
||||
|
||||
video.addEventListener("canplay", () => {
|
||||
if (typeof options.savedVolume === "number") {
|
||||
console.log("canplay video called")
|
||||
const newVolume = (options.savedVolume / 100).toFixed(2);
|
||||
|
||||
video.volume = newVolume;
|
||||
|
||||
Reference in New Issue
Block a user