gsdx-ogl: disable a log message

Too verbose and code was fixed anyway
This commit is contained in:
Gregory Hainaut 2015-06-02 09:27:34 +02:00
parent 9fe13f7a6b
commit 995ae51bf4
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ void GSRendererOGL::DrawPrims(GSTexture* rt, GSTexture* ds, GSTextureCache::Sour
: (context->TEX0.PSM == 0x24) ? 2
: (context->TEX0.PSM == 0x2C) ? 1
: 0;
GL_INS("Use palette with format %d and index format %d", ps_sel.fmt, ps_sel.ifmt);
//GL_INS("Use palette with format %d and index format %d", ps_sel.fmt, ps_sel.ifmt);
} else {
ps_sel.fmt = cpsm.fmt;
}