We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbf88a commit 339e206Copy full SHA for 339e206
adapters/integrations/atlan-contract-impact-analysis-github.js
@@ -843,7 +843,6 @@ ${viewAssetButton}`;
843
844
// Iterate through the object to find relevant keys
845
for (const [key, value] of Object.entries(configYaml)) {
846
- console.log(key);
847
if (key.startsWith('data_source ')) {
848
// Trim the prefix and add to the Map
849
const trimmedKey = key.replace('data_source ', '');
dist/index.js
@@ -30588,7 +30588,6 @@ ${viewAssetButton}`;
30588
30589
30590
30591
30592
30593
30594
0 commit comments