You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am animating the sun and upon every animation step my console is being filled with
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
The text was updated successfully, but these errors were encountered: