avoid extraneous newlines to stderr during glTF import

This commit is contained in:
Stephen Gold 2019-02-25 13:26:05 -08:00
parent 512b096cb4
commit 2c25d77e64

View File

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