This commit is contained in:
tTh 2023-04-22 18:40:37 +02:00
parent c0be70d32a
commit 1ff0230d15
1 changed files with 0 additions and 5 deletions

View File

@ -27,11 +27,6 @@ if (2 != argc) {
verbosity = 0;
/*
fname = basename(argv[1]);
fprintf (stderr, "input file name is '%s'\n", fname);
*/
foo = try_to_read_an_OBJ_file(argv[1], 0);
fprintf(stderr, "try to read '%s' -> %d\n", argv [1], foo);