From 3e3f81091f4cea6bd61fe55fd5342181f97e072f 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 - 1 file changed, 1 deletion(-) 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 ', '');