gl_shader_gen: Disable logging

This commit is contained in:
GPUCode
2023-03-25 22:14:59 +02:00
parent 0a976f30c1
commit 9d7e68b7fc

View File

@ -1538,7 +1538,6 @@ do {
}
out += '}';
LOG_INFO(Render_OpenGL, "{}", out);
return {std::move(out)};
}