]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java
Remove error in ClusterChange isLoaded()
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / ClusterChange.java
index fa0b0797f2a2e0e1c4fb34d8af4cbea3bf4c9ea4..5a1dea2b9dc7117f343397aba07eb00e908bcac2 100644 (file)
@@ -57,9 +57,6 @@ public final class ClusterChange {
        
         this.clusterImpl = clusterImpl;
 
-        if (!clusterImpl.isLoaded())
-            new IllegalStateException("Change to proxy cluster " + clusterImpl.getClusterUID()).printStackTrace();
-
         clusterUID = clusterImpl.getClusterUID();
         long[] longs = new long[ClusterUID.getLongLength()];
         clusterUID.toLong(longs, 0);