Skip to content

Commit 012076c

Browse files
committed
remove console.log
1 parent c4f59e4 commit 012076c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ export class SymbolsProvider extends DisposableContext {
9696
}
9797

9898
private async getSymbolsForModule(session: vscode.DebugSession, moduleId: string): Promise<DAPSymbolType[]> {
99-
console.log(`Getting symbols for module: ${moduleId}`);
10099
const symbols_response: { symbols: Array<DAPSymbolType> } = await session.customRequest("moduleSymbols", { moduleId, moduleName: '' });
101-
102100
return symbols_response?.symbols || [];
103101
}
104102

0 commit comments

Comments
 (0)