Quellcode durchsuchen

avoid extraneous newlines to stderr during glTF import

Stephen Gold vor 6 Jahren
Ursprung
Commit
2c25d77e64

+ 0 - 1
jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/GltfUtils.java

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