Skip to content

Commit 4f081ec

Browse files
Removed console.log from unit test.
1 parent 1538f8a commit 4f081ec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit/table/table_core.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,8 @@
186186
equal( $table.find('tbody tr:first')
187187
.find("th, td").eq(2).hasClass('ui-table-cell-hidden'), true, "random cell in hidden column has ui-table-cell-hidden class");
188188
ok( $input.is( ":checked" ), false, "input is still not checked after refresh");
189-
190189
equal( $first_input.jqmData("cells").eq(1).data("test"), "abc",
191190
"cell reference in popup is to cell currently in table");
192-
193-
var test = $first_input.jqmData("cells").eq(1);
194-
console.log(test);
195-
196191
equal( $visibleCells.length, $visibleHeaders.length, "same number of headers and rows visible" );
197192
}, 800);
198193
},

0 commit comments

Comments
 (0)