Remove GL shader debug text

This commit is contained in:
jp9000 2014-08-21 03:03:10 -07:00
parent cf1b106a26
commit 4654eca6b8

View file

@ -215,7 +215,7 @@ static bool gl_shader_init(struct gs_shader *shader,
if (!gl_success("glCreateShaderProgramv") || !shader->program)
return false;
#if 1
#if 0
blog(LOG_DEBUG, "+++++++++++++++++++++++++++++++++++");
blog(LOG_DEBUG, " GL shader string for: %s", file);
blog(LOG_DEBUG, "-----------------------------------");