Evas 3d: Remove left over debug message from recent commit

This commit is contained in:
Jean-Philippe Andre 2015-11-23 19:44:04 +09:00
parent 1ab1b24e4e
commit 51a65c970f
1 changed files with 0 additions and 2 deletions

View File

@ -102,8 +102,6 @@ _read_header(char *map)//Check properties of mesh in .ply file.
}
sscanf(helping_pointer[1], "%d", &header.vertices_count);
ERR("\n HEADER %d", header.vertices_count);
free(helping_pointer);
helping_pointer = eina_str_split(map, "end_header\n", 0);