diff --git a/hecl/lib/Backend/Metal.cpp b/hecl/lib/Backend/Metal.cpp index dcfaf765e..62dd43955 100644 --- a/hecl/lib/Backend/Metal.cpp +++ b/hecl/lib/Backend/Metal.cpp @@ -370,7 +370,6 @@ struct MetalBackendFactory : IShaderBackendFactory for (const ShaderCacheExtensions::ExtensionSlot& slot : extensionSlots) { fragSources.push_back(m_backend.makeFrag(slot.blockCount, slot.blockNames, slot.lighting, slot.post)); - fprintf(stderr, "%s\n", fragSources.back().c_str()); cachedSz += fragSources.back().size() + 1; boo::IShaderPipeline* ret = static_cast(ctx).