mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Removes playground logging
This commit is contained in:
parent
a1a90c30fd
commit
59e529cc36
1 changed files with 0 additions and 3 deletions
|
|
@ -43,9 +43,6 @@ async function _loadMonaco(setup: IMonacoSetup): Promise<typeof monaco> {
|
|||
return setup.codiconUrl;
|
||||
};
|
||||
|
||||
console.log("LOADER CONFIG: ");
|
||||
console.log(JSON.stringify(setup.loaderConfigPaths, null, "\t"));
|
||||
|
||||
/** @type {any} */
|
||||
const req = global.require as any;
|
||||
req.config({ paths: setup.loaderConfigPaths });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue