Skip to content

Commit

Permalink
chore(contracts): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rittikdasgupta committed Sep 26, 2024
1 parent 2fbf88a commit 3e3f810
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ', '');
Expand Down

0 comments on commit 3e3f810

Please sign in to comment.