Skip to content

Commit 339e206

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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 ', '');

dist/index.js

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

3058930589
// Iterate through the object to find relevant keys
3059030590
for (const [key, value] of Object.entries(configYaml)) {
30591-
console.log(key);
3059230591
if (key.startsWith('data_source ')) {
3059330592
// Trim the prefix and add to the Map
3059430593
const trimmedKey = key.replace('data_source ', '');

0 commit comments

Comments
 (0)