From: bdemsky Date: Mon, 1 Aug 2016 05:23:43 +0000 (-0700) Subject: remove println X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fe630aba513e44443ce3c2660eebd42f49d9f980;p=iotcloud.git remove println --- diff --git a/src/java/iotcloud/Table.java b/src/java/iotcloud/Table.java index 91ddaca..3afb1a9 100644 --- a/src/java/iotcloud/Table.java +++ b/src/java/iotcloud/Table.java @@ -115,7 +115,6 @@ final public class Table { Slot s=new Slot(this, sequencenumber+1, localmachineid, buffer.getSlot(sequencenumber).getHMAC()); int newsize = 0; if (liveslotcount > resizethreshold) { - System.out.print("A"); resize=true; newsize = (int) (numslots * RESIZE_MULTIPLE); }