style(components): remove console logs

This commit is contained in:
Brandy Carney
2018-07-13 13:18:44 -04:00
parent 03f9c31e4c
commit a6552a7e23
3 changed files with 1 additions and 5 deletions

View File

@ -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