chore(): fix typescript error

This commit is contained in:
Adam Bradley
2016-02-03 19:41:23 -06:00
parent d593c5bafc
commit 155a43d770

View File

@ -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');
}