summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/models.c')
-rw-r--r--src/models.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/models.c b/src/models.c
index 8a498139..0955b7b0 100644
--- a/src/models.c
+++ b/src/models.c
@@ -2525,8 +2525,6 @@ static Material LoadMTL(const char *fileName)
{
// TODO: Support multiple materials in a single .mtl
sscanf(buffer, "newmtl %127s", mapFileName);
-
- TraceLog(LOG_INFO, "[%s] Loading material...", mapFileName);
}
case 'i': // illum int Illumination model
{