mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Remove console.log
This commit is contained in:
parent
d33c69b65c
commit
d86cde525a
1 changed files with 0 additions and 2 deletions
|
@ -448,8 +448,6 @@ var WebGLPipeline = new Class({
|
|||
|
||||
var location = gl.getUniformLocation(program, name);
|
||||
|
||||
console.log(name, location);
|
||||
|
||||
if (location !== null)
|
||||
{
|
||||
uniforms[name] = location;
|
||||
|
|
Loading…
Add table
Reference in a new issue