Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Aug 16, 2016
1 parent d54054e commit 416fe53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/node/extensionHostMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 416fe53

Please sign in to comment.