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

Commit bb5d247

Browse files
committed
removed console log
1 parent 5a89066 commit bb5d247

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/event/event_core.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
ok(false);
7373
});
7474

75-
console.log("foo");
7675
$($.event.special.scrollstart).trigger("touchmove");
7776
});
7877

@@ -97,7 +96,7 @@
9796
ok(!triggered);
9897

9998
$($.event.special.scrollstart).trigger("touchmove");
100-
99+
101100
stop();
102101
setTimeout(function(){
103102
start();

0 commit comments

Comments
 (0)