mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Resolved a TODO
This commit is contained in:
parent
aa1d071c34
commit
ed86d8a58d
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ AudioFile.create = function (loader, key, urls, config, xhrSettings)
|
|||
|
||||
if (!url)
|
||||
{
|
||||
// TODO log no supported types
|
||||
console.warn('No supported url provided for audio \'' + key + '\'!');
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue