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