From 995ae51bf48232159101f4703eca6d804d8df8e7 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Tue, 2 Jun 2015 09:27:34 +0200 Subject: [PATCH] gsdx-ogl: disable a log message Too verbose and code was fixed anyway --- plugins/GSdx/GSRendererOGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSRendererOGL.cpp b/plugins/GSdx/GSRendererOGL.cpp index 5789c7ea5d..92624ee56d 100644 --- a/plugins/GSdx/GSRendererOGL.cpp +++ b/plugins/GSdx/GSRendererOGL.cpp @@ -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; }