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%2FGraphSessionSocket.java;h=724195da146118c703a35ae3af5688de2c81192a;hp=9a94d83452f6bf75633e022cfcc5d62ec2e55559;hb=7e66fdd1670687a56d8ef980d14d83bfc5f16583;hpb=7057e920b41f05ea4a98d904abbc708d7f131fa2 diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/GraphSessionSocket.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/GraphSessionSocket.java index 9a94d8345..724195da1 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/GraphSessionSocket.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/GraphSessionSocket.java @@ -81,9 +81,7 @@ final class GraphSessionSocket extends GraphSession { @Override public long reserveIds(int count) throws DatabaseException { - Logger.defaultLogTrace("Asking for ids " + count + "."); long firstId = dbSession.reserveIds(count); - Logger.defaultLogTrace("First id is " + firstId + "."); if (DebugPolicy.REPORT_CLUSTER_ID_ALLOCATION) System.out.println("Client reserves new ids [" + firstId + " - " + (firstId+count-1) + "] from server."); return firstId;