Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Remove outstanding todo
Browse files Browse the repository at this point in the history
There was one todo left to implement maxExpandFrames which was done in
PR #85.

Fixes #9.
  • Loading branch information
Matt Loring committed Jan 22, 2016
1 parent 06f5bea commit 7f2010a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ StateResolver.prototype.trimVariableTable_ = function(fromIndex, frames) {
};

StateResolver.prototype.resolveFrames_ = function() {
// TODO(ofrobots): only gather variables for top n frames (python: 5)

var frames = [];
var frameCount = Math.min(this.state_.frameCount(),
this.config_.capture.maxFrames);
Expand Down

0 comments on commit 7f2010a

Please sign in to comment.