Skip to content

Commit 5206a48

Browse files
committed
Eliminate debug code
Which does not work anyway
1 parent 1f8b8db commit 5206a48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/js/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ $(function(){
88

99
function setup_tables() {
1010
$('.pod-table').each(function() {
11-
console.log( $(this).find('thead th:first-child' );
12-
console.log( $(this).find('thead th:first-child + th');
1311
if ($(this).find('thead').length
1412
&& $(this).find('tr').length > 10
1513
&& ! ( // don't sort operators precedence table

0 commit comments

Comments
 (0)