Skip to content

Commit 80fc045

Browse files
remove comment
1 parent 3a2e042 commit 80fc045

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/utilities.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,6 @@ export function TailLogFile(logPath: string, projectPath: string | undefined): L
403403
const utp = JSON.parse(jsonPart);
404404
telemetry.push(utp);
405405

406-
// annotate the log with the telemetry event
407-
// ##utp:{"type":"Compiler","version":2,"phase":"Immediate","time":1762378495689,"processId":2256,"severity":"Error","message":"Assets\\_BurnerSphere\\Content\\Common Assets\\Lighting\\older\\ReflectionProbeBaker1.cs(75,13): error CS0103: The name 'AssetDatabase' does not exist in the current context","stacktrace":"","line":75,"file":"Assets\\_BurnerSphere\\Content\\Common Assets\\Lighting\\older\\ReflectionProbeBaker1.cs"}
408406
if (utp.severity && utp.severity.toLowerCase() === 'error') {
409407
const file = utp.file ? utp.file.replace(/\\/g, '/') : undefined;
410408
const lineNum = utp.line ? utp.line : undefined;

0 commit comments

Comments
 (0)