From 155a43d77046d6935b43d818a87819cea94a8ee2 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 3 Feb 2016 19:41:23 -0600 Subject: [PATCH] chore(): fix typescript error --- ionic/components/slides/slides.ts | 2 -- 1 file changed, 2 deletions(-) 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'); }