Skip to content

Commit 5a279ee

Browse files
committed
Remove logging
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 112934]
1 parent 76b0471 commit 5a279ee

File tree

1 file changed

+0
-2
lines changed
  • prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid

1 file changed

+0
-2
lines changed

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19058,7 +19058,6 @@ public void read(com.tangosol.io.ReadBuffer.BufferInput input)
1905819058
boolean fStores = input.readBoolean();
1905919059
if (fStores)
1906019060
{
19061-
_trace("**MG** OwnershipResponse.read servicememberset: " + service.getServiceMemberSet(), 3);
1906219061
boolean fStoresCompat = service.isVersionCompatible(OwnershipResponse::isLazyOpenCompatible);
1906319062
int cStores = input.readInt();
1906419063
PersistentStoreInfo[] aInfo = new PersistentStoreInfo[cStores];
@@ -19172,7 +19171,6 @@ public void write(com.tangosol.io.WriteBuffer.BufferOutput output)
1917219171
{
1917319172
if (fStoresCompat)
1917419173
{
19175-
//_trace("**MG** write OwnershipResponse: " + ExternalizableHelper.getStreamFormat(aInfo[i]), 3);
1917619174
ExternalizableHelper.writeObject(output, aInfo[i]);
1917719175
}
1917819176
else

0 commit comments

Comments
 (0)