Removed console.log statements.
This commit is contained in:
Vendored
-3
@@ -5038,13 +5038,10 @@
|
||||
}
|
||||
|
||||
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 => {
|
||||
|
||||
Vendored
-3
@@ -8336,13 +8336,10 @@
|
||||
}
|
||||
|
||||
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