Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 3783e03

Browse files
thgreasidouglasduteil
authored andcommitted
Removed forgotten console.log.
1 parent d4de3ff commit 3783e03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/sortable.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ describe('uiSortable', function() {
77
this.addMatchers({
88
toEqualListContent: function (list) {
99
if (list && list.length) {
10-
console.log(list.children().map(function(){ return this.innerHTML; }).toArray());
1110
return list.children().map(function(){ return this.innerHTML; }).toArray();
1211
}
1312
return [];

0 commit comments

Comments
 (0)