diff --git a/dist/index.js b/dist/index.js index 37dc989..e765cc2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3286,7 +3286,6 @@ function run() { try { // Register problem matcher coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json')); - console.log(JSON.stringify(process.env, null, ' ')); // Get sources yield gitSourceProvider.getSource(sourceSettings); } diff --git a/src/main.ts b/src/main.ts index 410a767..4702fe0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -16,8 +16,6 @@ async function run(): Promise { {}, path.join(__dirname, 'problem-matcher.json') ) - - console.log(JSON.stringify(process.env, null, ' ')) // Get sources await gitSourceProvider.getSource(sourceSettings)