Browse Source

Remove GL shader debug text

jp9000 11 years ago
parent
commit
4654eca6b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs-opengl/gl-shader.c

+ 1 - 1
libobs-opengl/gl-shader.c

@@ -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, "-----------------------------------");