mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
style(components): remove console logs
This commit is contained in:
@ -227,7 +227,7 @@ export class Refresher {
|
||||
}
|
||||
|
||||
// prevent native scroll events
|
||||
console.log('preventDefault');
|
||||
console.debug('preventDefault');
|
||||
ev.preventDefault();
|
||||
|
||||
// the refresher is actively pulling at this point
|
||||
|
||||
Reference in New Issue
Block a user