Skip to content

Commit 966a223

Browse files
committed
Update sortable.js
1 parent 9a7a282 commit 966a223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sortable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function sortable(selectors, options) {
7979
button.addEventListener('click', function () {
8080

8181
const dataType = getDataType(tBody, cellIndex);
82-
console.log(dataType);
8382

8483
let direction = 'ascending';
8584
if (th.hasAttribute('aria-sort') && th.getAttribute('aria-sort').toLowerCase() == 'ascending') {

0 commit comments

Comments
 (0)