Skip to content

Commit 722a884

Browse files
committed
Remove temp test code.
1 parent 206939b commit 722a884

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Extension/src/LanguageServer/extension.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,9 +1256,6 @@ async function handleCrashFileRead(crashDirectory: string, crashFile: string, cr
12561256
funcStr = funcStr.replace(/, std::allocator<std::string>/g, "");
12571257
}
12581258
}
1259-
if (funcStr.includes("add_token_cache_to_string")) {
1260-
funcStr = funcStr.replace("add_token_cache_to_string", "key");
1261-
}
12621259
if (containsFilteredTelemetryData(funcStr)) {
12631260
funcStr = "?";
12641261
} else if (!validFrameFound && (funcStr.startsWith("crash_handler(") || funcStr.startsWith("_sigtramp"))) {

0 commit comments

Comments
 (0)