Explorar el Código

* Remove error message when loading old j3o with TerrainPatch

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9072 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..rd hace 13 años
padre
commit
22c28bf39a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      engine/src/core/com/jme3/export/SavableClassUtil.java

+ 0 - 1
engine/src/core/com/jme3/export/SavableClassUtil.java

@@ -140,7 +140,6 @@ public class SavableClassUtil {
                                                desiredClass.getName() + "!");
                                                desiredClass.getName() + "!");
         }else if (count >= versions.length){
         }else if (count >= versions.length){
             if (formatVersion <= 1){
             if (formatVersion <= 1){
-                System.out.println("BUGGY J3O ALERT");
                 return 0; // for buggy versions of j3o
                 return 0; // for buggy versions of j3o
             }else{
             }else{
                 throw new IllegalArgumentException(savable.getClass().getName() + 
                 throw new IllegalArgumentException(savable.getClass().getName() +