Skip to content

Commit 3e3f810

Browse files
chore(contracts): remove console.log
1 parent 2fbf88a commit 3e3f810

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adapters/integrations/atlan-contract-impact-analysis-github.js

-1
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,6 @@ ${viewAssetButton}`;
843843

844844
// Iterate through the object to find relevant keys
845845
for (const [key, value] of Object.entries(configYaml)) {
846-
console.log(key);
847846
if (key.startsWith('data_source ')) {
848847
// Trim the prefix and add to the Map
849848
const trimmedKey = key.replace('data_source ', '');

0 commit comments

Comments
 (0)