Skip to content

Commit 400ee3b

Browse files
committed
Remove a console.log
1 parent e67fa24 commit 400ee3b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

standalone-packages/monaco-typescript/src/fetchDependencyTypings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ const getFileTypes = (
307307

308308
if (fetchedPaths[virtualPath]) return null;
309309

310-
console.log(`${depUrl}${depPath}`);
311310
return doFetch(`${depUrl}${depPath}`).then(typings => {
312311
if (fetchedPaths[virtualPath]) return null;
313312

standalone-packages/vscode-editor/release/min/vs/language/typescript/tsWorker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)