Skip to content

Commit

Permalink
remove forgotten console.log (#162297)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored Sep 29, 2022
1 parent d3e330e commit 2c80125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vs/platform/profiling/electron-main/windowProfiling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ export class WindowProfiler {
callstack: callstack.join('\n')
};
this._telemetryService.publicLog2<TelemetrySampleData, TelemetrySampleDataClassification>('prof.freeze.sample', data);

console.log(data);
}
}
}

0 comments on commit 2c80125

Please sign in to comment.