Remove console log

This commit is contained in:
Richard Davey 2022-02-03 16:47:52 +00:00
parent 8e82489a13
commit 2b4f9791fd

View file

@ -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();
}
}