diff --git a/lib/_debugger.js b/lib/_debugger.js index f9e24768fc..152ebf7533 100644 --- a/lib/_debugger.js +++ b/lib/_debugger.js @@ -165,7 +165,6 @@ function Client() { this.currentFrame = NO_FRAME; this.currentSourceLine = -1; - this.currentSource = null; this.handles = {}; this.scripts = {}; this.breakpoints = [];