X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fmesh.c;h=9f7aeec8b52aa9e4b0e4dafd1b81b1397ae291c4;hb=44dd42b26168034afe1763e0490111be3e7025f5;hp=1e485e8107ac0bd4c4f03b52480c4434cf1dc836;hpb=5caf9953c6c26f649087189222b1359da85d306e;p=cyberay diff --git a/src/mesh.c b/src/mesh.c index 1e485e8..9f7aeec 100644 --- a/src/mesh.c +++ b/src/mesh.c @@ -162,8 +162,6 @@ int load_scenefile(struct scenefile *scn, const char *fname) scn->meshlist = mesh; scn->num_meshes++; - printf("added mesh with mtl: %s\n", curmtl.name); - if(!(mesh = calloc(1, sizeof *mesh))) { fprintf(stderr, "failed to allocate mesh\n"); goto fail;