JAL-3280 fixes after CR-JAL-241. Now only checking release build_properties.
[jalview.git] / src / jalview / bin / Cache.java
index 162ed3c..3a170ec 100755 (executable)
@@ -483,7 +483,6 @@ public class Cache
             Properties remoteBuildProperties = new Properties();
             remoteBuildProperties.load(in);
             remoteVersion = remoteBuildProperties.getProperty("VERSION");
-            remoteBuildProperties.load(in);
           } catch (Exception ex)
           {
             System.out
@@ -496,7 +495,6 @@ public class Cache
                   orgtimeout);
 
           setProperty("LATEST_VERSION", remoteVersion);
-          System.out.println("LATEST_VERSION=" + remoteVersion);
         }
       }