From 339e2069b9c80ede447ea6fe51b08eec5c0f0e24 Mon Sep 17 00:00:00 2001 From: Rittik Dasgupta Date: Thu, 26 Sep 2024 15:23:50 +0530 Subject: [PATCH] chore(contracts): remove console.log --- adapters/integrations/atlan-contract-impact-analysis-github.js | 1 - dist/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/adapters/integrations/atlan-contract-impact-analysis-github.js b/adapters/integrations/atlan-contract-impact-analysis-github.js index c07df2a..b69e906 100644 --- a/adapters/integrations/atlan-contract-impact-analysis-github.js +++ b/adapters/integrations/atlan-contract-impact-analysis-github.js @@ -843,7 +843,6 @@ ${viewAssetButton}`; // Iterate through the object to find relevant keys for (const [key, value] of Object.entries(configYaml)) { - console.log(key); if (key.startsWith('data_source ')) { // Trim the prefix and add to the Map const trimmedKey = key.replace('data_source ', ''); diff --git a/dist/index.js b/dist/index.js index 3b0d275..3346566 100644 --- a/dist/index.js +++ b/dist/index.js @@ -30588,7 +30588,6 @@ ${viewAssetButton}`; // Iterate through the object to find relevant keys for (const [key, value] of Object.entries(configYaml)) { - console.log(key); if (key.startsWith('data_source ')) { // Trim the prefix and add to the Map const trimmedKey = key.replace('data_source ', '');