mirror of
https://github.com/photonstorm/phaser
synced 2024-11-14 17:07:43 +00:00
Remove console log
This commit is contained in:
parent
8e82489a13
commit
2b4f9791fd
1 changed files with 1 additions and 3 deletions
|
@ -162,9 +162,7 @@ var WebAudioSoundManager = new Class({
|
|||
}
|
||||
catch (e)
|
||||
{
|
||||
console.warn('error occurred while creating webkitAudioContext, now try to create it without options.');
|
||||
|
||||
// create without argument because on some old platforms it does not support passing options to webkitAudioContext.
|
||||
// For iOS10 and legacy devices we create without arguments:
|
||||
context = new window.webkitAudioContext();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue