Skip to content

Commit

Permalink
Remove console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
eelco committed Aug 25, 2016
1 parent 7687398 commit f87b3ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framer/Animators/SpringDHOAnimator.coffee
Expand Up @@ -14,8 +14,6 @@ class exports.SpringDHOAnimator extends Animator
mass: 0.2 mass: 0.2
time: null # Hack time: null # Hack


console.log "SpringDHOAnimator.options", @options, options

@_time = 0 @_time = 0
@_value = 0 @_value = 0
@_velocity = @options.velocity @_velocity = @options.velocity
Expand Down

0 comments on commit f87b3ab

Please sign in to comment.