about summary refs log tree commit diff
path: root/src/engine/client/ec_gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/ec_gfx.c')
-rw-r--r--src/engine/client/ec_gfx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/client/ec_gfx.c b/src/engine/client/ec_gfx.c
index 7b12e15d..d26c0b72 100644
--- a/src/engine/client/ec_gfx.c
+++ b/src/engine/client/ec_gfx.c
@@ -421,9 +421,6 @@ int gfx_load_texture_raw(int w, int h, int format, const void *data, int store_f
 		}
 	}
 	
-	if(config.debug)
-		dbg_msg("gfx", "%d = %dx%d", tex, w, h);
-
 	oglformat = GL_RGBA;
 	if(format == IMG_RGB)
 		oglformat = GL_RGB;