Skip to content

Commit

Permalink
Merge pull request scaleflex#9 from SassNinja/fix/console-log
Browse files Browse the repository at this point in the history
Remove console log
  • Loading branch information
dzmitry-stramavus authored Jul 10, 2019
2 parents d180f4f + 4e98ab1 commit cda4284
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ci360.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit cda4284

Please sign in to comment.