diff --git a/spec/www/spec/db-tx-value-bindings-test.js b/spec/www/spec/db-tx-value-bindings-test.js index 4e7807e8e..d55db22a7 100755 --- a/spec/www/spec/db-tx-value-bindings-test.js +++ b/spec/www/spec/db-tx-value-bindings-test.js @@ -787,7 +787,6 @@ var mytests = function() { expect(rs1.insertId).toBe(1); tx.executeSql('SELECT * FROM tt', [], function(ignored, rs2) { - // CHECK BIG INTEGER number was inserted properly: expect(rs2).toBeDefined(); expect(rs2.rows).toBeDefined(); expect(rs2.rows.length).toBe(1);