Skip to content

Commit

Permalink
style: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmeinke committed Jul 30, 2017
1 parent e08c0a0 commit 3086afa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ describe('tick', () => {
tick()

const i = setInterval(() => {
const now = Date.now()
const d = Math.min(50, now - started)
const p = d / 50
const [ ax, bx ] = xVals(s)

expect(ax >= currentAx).to.equal(true)
Expand Down

0 comments on commit 3086afa

Please sign in to comment.