Skip to content

Commit

Permalink
additional work towards adapter
Browse files Browse the repository at this point in the history
ref #10
  • Loading branch information
maxgrossman committed May 13, 2018
1 parent 04b4840 commit 4da2d9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapters/sequence/split.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Promise = require('bluebird');
module.exports = (metas, params) => {
const sortedMetas = metas.sort((a, b) => a.timestamp - b.timestamp),
pelIndex = sortedMetas.length - 2,
lastIdx = sortedMetas.length - 1,
sequences = {},
sequenceless = [],
maxDist = params.maxDist,
maxDelta = params.maxDelta,
maxSize = params.maxSize,
Expand Down

0 comments on commit 4da2d9b

Please sign in to comment.