raysan5 5 years ago
parent
commit
70cd2f1edf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/rlgl.h

+ 0 - 2
src/rlgl.h

@@ -1937,8 +1937,6 @@ unsigned int rlLoadTexture(void *data, int width, int height, int format, int mi
     int mipHeight = height;
     int mipHeight = height;
     int mipOffset = 0;          // Mipmap data offset
     int mipOffset = 0;          // Mipmap data offset
 
 
-    TRACELOGD("TEXTURE: Load texture from data memory address: 0x%x", data);
-
     // Load the different mipmap levels
     // Load the different mipmap levels
     for (int i = 0; i < mipmapCount; i++)
     for (int i = 0; i < mipmapCount; i++)
     {
     {