Squashed Last bugs
[iotcloud.git] / version2 / src / java / iotcloud / Slot.java
index 2ceb142b9ae1d4448c60ce1c6a807d5c068f5cb5..ab0435963101341775976166c57a140363648c1d 100644 (file)
@@ -204,7 +204,6 @@ class Slot implements Liveness {
        void decrementLiveCount() {
                livecount--;
                if (livecount == 0) {
-                       // System.out.println("Slot Set Dead"); // TODO: remove
                        table.decrementLiveCount();
                }
        }