Skip to content

Commit ed1a3f1

Browse files
knightburtonyichoi
authored andcommitted
Remove unnecessary log from stackTraceRequest (#41)
IoT.js-Debug-DCO-1.0-Signed-off-by: Imre Kiss [email protected]
1 parent cec5d46 commit ed1a3f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/IotjsDebugger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ class IotjsDebugSession extends DebugSession {
282282
protected async stackTraceRequest(
283283
response: DebugProtocol.StackTraceResponse, args: DebugProtocol.StackTraceArguments
284284
): Promise<void> {
285-
this.log(args, LOG_LEVEL.SESSION);
286285
try {
287286
const backtrace = await this._protocolhandler.requestBacktrace();
288287
const stk = backtrace.map((f, i) => new StackFrame(

0 commit comments

Comments
 (0)