edits
[iotcloud.git] / src / java / iotcloud / Table.java
index dcb74e29d7b8aa47708fa67175ee76940d64a26d..00680abeb51b8dea56e81506a243e6c35a1eb36a 100644 (file)
@@ -130,7 +130,6 @@ public class Table {
                        throw new Error("Unrecognized type");
                }
 
-               //Check that nothing funny happened
                if (machineid == localmachineid) {
                        if (lastmsgseqnum != seqnum)
                                throw new Error("Server Error: Mismatch on local machine sequence number");