avoid extraneous newlines to stderr during glTF import

This commit is contained in:
Stephen Gold 2019-02-25 13:26:05 -08:00
parent 62ce6ca406
commit 643914c2be

View File

@ -300,7 +300,6 @@ public class GltfUtils {
} }
index += stride; index += stride;
} }
System.err.println("");
} }