check changes in
[iotcloud.git] / src / java / iotcloud / Table.java
index 6cd2b323d9cf6a07789f2b8dcd9da318ad7da73e..b4cbfd2336fe6d99f4048291143ab31923f9bebc 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");