Skip to content

Commit 2c80125

Browse files
authored
remove forgotten console.log (microsoft#162297)
microsoft#162295
1 parent d3e330e commit 2c80125

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/platform/profiling/electron-main/windowProfiling.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ export class WindowProfiler {
254254
callstack: callstack.join('\n')
255255
};
256256
this._telemetryService.publicLog2<TelemetrySampleData, TelemetrySampleDataClassification>('prof.freeze.sample', data);
257-
258-
console.log(data);
259257
}
260258
}
261259
}

0 commit comments

Comments
 (0)