diff --git a/ionic/components/slides/slides.ts b/ionic/components/slides/slides.ts index 9e9ece4516..59732827ee 100644 --- a/ionic/components/slides/slides.ts +++ b/ionic/components/slides/slides.ts @@ -567,8 +567,6 @@ export class Slides extends Ion { this.touch.x = this.touch.deltaX + this.touch.lastX; this.touch.y = this.touch.deltaY + this.touch.lastY; - console.debug(this.touch.x, this.touch.y); - if (this.touch.x < x1) { console.debug('OUT ON LEFT'); }