From: Miro Richard Eklund Date: Fri, 3 Aug 2018 11:02:17 +0000 (+0300) Subject: Remove error in ClusterChange isLoaded() X-Git-Tag: v1.43.0~136^2~416 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=85eac68ed3cae0996c54b536a2f2a49abf8fc303 Remove error in ClusterChange isLoaded() gitlab #75 Change-Id: I2014788d390d581a9b185f2a25150619895f4acb --- 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);