Skip to content

Commit e99703d

Browse files
author
Peter Morawiec
committed
remove stray console.log
1 parent 7dc5827 commit e99703d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ What if you don't want the animation applied to *ALL* paths inside your SVG? Add
102102

103103

104104
### Changelog
105-
**Ver 0.8.2**
105+
**Ver 0.8.3**
106106
* Fix Issue #12 (leftover React.PropTypes, breaks React 16)
107107

108108
**Ver 0.8.1**

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import PropTypes from 'prop-types'
44
import { shortUID, clamp, trimFloat, isMsBrowser } from './utils.js'
55
import TWEEN from '@tweenjs/tween.js'
66

7-
console.log(TWEEN)
8-
97
const EASING = {
108
'ease': TWEEN.Easing.Quadratic.InOut,
119
'ease-in': TWEEN.Easing.Cubic.In,

0 commit comments

Comments
 (0)