Removed console.log statements.
This commit is contained in:
@@ -332,13 +332,10 @@ export class DOMFlip {
|
||||
}
|
||||
|
||||
start({ targetCenter = null } = {}) {
|
||||
console.log('start')
|
||||
this.flippable.showFront()
|
||||
if (this.preloadBack) {
|
||||
console.log('preloadBack')
|
||||
this.flippable.start({ duration: this.flipDuration, targetCenter })
|
||||
} else {
|
||||
console.log('no back preload')
|
||||
let back = this.cardWrapper.querySelector('.back')
|
||||
let flippable = this.flippable
|
||||
this.backLoader.load(back).then(loader => {
|
||||
|
||||
Reference in New Issue
Block a user