mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Removed console log
This commit is contained in:
@@ -652,7 +652,6 @@ ionic.views.Scroll = ionic.views.View.inherit({
|
||||
var mousedown = false;
|
||||
|
||||
container.addEventListener("mousedown", function(e) {
|
||||
console.log('Touch start', e);
|
||||
if (e.defaultPrevented || shouldIgnorePress(e)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user