From 85eac68ed3cae0996c54b536a2f2a49abf8fc303 Mon Sep 17 00:00:00 2001 From: Miro Richard Eklund Date: Fri, 3 Aug 2018 14:02:17 +0300 Subject: [PATCH] Remove error in ClusterChange isLoaded() gitlab #75 Change-Id: I2014788d390d581a9b185f2a25150619895f4acb --- .../src/fi/vtt/simantics/procore/internal/ClusterChange.java | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.43.2