summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/rlgl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 15cdf9cd..b673be7b 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -1937,8 +1937,6 @@ unsigned int rlLoadTexture(void *data, int width, int height, int format, int mi
int mipHeight = height;
int mipOffset = 0; // Mipmap data offset
- TRACELOGD("TEXTURE: Load texture from data memory address: 0x%x", data);
-
// Load the different mipmap levels
for (int i = 0; i < mipmapCount; i++)
{