aframe-environment-component
aframe-environment-component copied to clipboard
dumpParametersDiff is being spammed in my console, any way to disable this?
trafficstars
I am animating the sun and upon every animation step my console is being filled with
preset: osiris; lightPosition: 0.293 -0.707 0
Since the sun is constantly animated this spams thousands of lines in my console making it very hard to debug anything else.
I don't believe I'm doing anything to actually trigger this console.log, it seems to be built-in with no way to disable it... is there a way of making this debug log optional short of overriding the method?
Thanks
Same question here. As a workaround, I downloaded the .js file and commented out the console.log.