]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.project/src/org/simantics/project/management/PlatformUtil.java
Fixed platform startup ontology update hash checking to work
[simantics/platform.git] / bundles / org.simantics.project / src / org / simantics / project / management / PlatformUtil.java
index fde15003643668c33548125195e17b199874a6cb..206480fa2ec3bf7d81f37e3c0902eeace06a09ce 100644 (file)
@@ -388,9 +388,7 @@ public class PlatformUtil {
        private static GraphBundleEx tryGetOnDemandGraph(Bundle bundle, URL url) throws IOException {
                try {
                        Integer cachedHash = readCachedHash(url);
-                       System.out.println("Read cached hashcode from " + bundle + ": " + cachedHash);
                        if (cachedHash == null)
-//                     if (true)
                                return null;
 
                        Supplier<TransferableGraph1> graphSource = () -> {