refactor: strip obvious comments
This commit is contained in:
@@ -37,7 +37,6 @@ class AmbientLightingService {
|
||||
if (!isSupported) return;
|
||||
|
||||
try {
|
||||
// Write static shader (only needs to happen once)
|
||||
_shaderPath ??= await _writeShaderToTemp(_generateShader());
|
||||
|
||||
appLogger.d('AmbientLightingService: Shader path: $_shaderPath');
|
||||
|
||||
Reference in New Issue
Block a user