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

Commit 7f2010a

Browse files
author
Matt Loring
committed
Remove outstanding todo
There was one todo left to implement maxExpandFrames which was done in PR #85. Fixes #9.
1 parent 06f5bea commit 7f2010a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/state.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ StateResolver.prototype.trimVariableTable_ = function(fromIndex, frames) {
198198
};
199199

200200
StateResolver.prototype.resolveFrames_ = function() {
201-
// TODO(ofrobots): only gather variables for top n frames (python: 5)
202-
203201
var frames = [];
204202
var frameCount = Math.min(this.state_.frameCount(),
205203
this.config_.capture.maxFrames);

0 commit comments

Comments
 (0)