Browse Source

Removes playground logging

Henning Dieterichs 2 years ago
parent
commit
59e529cc36
1 changed files with 0 additions and 3 deletions
  1. 0 3
      website/src/monaco-loader.ts

+ 0 - 3
website/src/monaco-loader.ts

@@ -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 });