mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
remove console.log
This commit is contained in:
@@ -89,7 +89,6 @@ export class ExtensionHostMain {
|
||||
const env = this._contextService.getConfiguration().env;
|
||||
|
||||
function rmkDir(directory: string): boolean {
|
||||
console.log('Creating Directory ' + directory);
|
||||
try {
|
||||
fs.mkdirSync(directory);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user