mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
remove console.log statement
This commit is contained in:
@@ -36,7 +36,6 @@ export class NodeCachedDataManager {
|
||||
|
||||
private _handleCachedDataInfo(): void {
|
||||
const onNodeCachedData = (err, data) => {
|
||||
console.log('onNodeCachedDatare', err, data);
|
||||
if (err) {
|
||||
this._telemetryService.publicLog('nodeCachedData', { errorCode: err.errorCode, path: basename(err.path) });
|
||||
} else if (data) {
|
||||
|
||||
Reference in New Issue
Block a user