Преглед изворни кода

Removes playground logging

Henning Dieterichs пре 2 година
родитељ
комит
59e529cc36
1 измењених фајлова са 0 додато и 3 уклоњено
  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 });