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 339e206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30588,7 +30588,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 339e206

Please sign in to comment.