Skip to content

Commit

Permalink
Remove the console notice for Chrome <= 65
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Sep 22, 2023
1 parent 713d958 commit 4eb267b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sound/SoundManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,6 @@ Phaser.SoundManager.prototype = {
this.setTouchLock();
}
}

if (this.usingWebAudio && device.chrome && device.chromeVersion <= 65)
{
console.log('A "GainNode.gain.value setter smoothing is deprecated" notice in Chrome is normal. <https://github.com/photonstorm/phaser-ce/issues/385>');
}
},

/**
Expand Down

0 comments on commit 4eb267b

Please sign in to comment.