From 4e98ab12f140070872ba4bf92683c6481061563e Mon Sep 17 00:00:00 2001 From: SassNinja Date: Wed, 10 Jul 2019 11:55:03 +0200 Subject: [PATCH] Remove console log Shouldn't appear in production. --- src/ci360.service.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ci360.service.js b/src/ci360.service.js index 4357847..3519ce4 100644 --- a/src/ci360.service.js +++ b/src/ci360.service.js @@ -263,8 +263,6 @@ class CI360Viewer { this.speedFactor = Math.floor(this.dragSpeed / 150 * 36 / this.amount * 25 * imageOffsetWidth / 1500) || 1; } - console.log(this.speedFactor); - if (this.autoplay) { this.play(); }