Remove unneeded fprintf

This commit is contained in:
Jack Andersen 2016-04-04 16:44:47 -10:00
parent 2efb75d375
commit 2fbc21cc18
1 changed files with 0 additions and 1 deletions

View File

@ -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<boo::MetalDataFactory::Context&>(ctx).