X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocore%2Finternal%2FClusterChange.java;h=5a1dea2b9dc7117f343397aba07eb00e908bcac2;hp=fa0b0797f2a2e0e1c4fb34d8af4cbea3bf4c9ea4;hb=85eac68ed3cae0996c54b536a2f2a49abf8fc303;hpb=0d600d71de7dfab22bdcd0588cd792800bfe3a8c diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java index fa0b0797f..5a1dea2b9 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChange.java @@ -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);