1
0
forked from noxious/client

Removed console.log

This commit is contained in:
Dennis Postma 2025-01-25 14:48:16 +01:00
parent 3f75e4acd8
commit c8473fc206

View File

@ -110,7 +110,6 @@ const updateScene = () => {
light: timeBasedLight,
rain: weatherState.value.rainPercentage,
fog: weatherState.value.fogDensity }
console.log(finalEffects)
applyEffects(finalEffects)
}