Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 18, 2023
1 parent 9ad8d3f commit c376a7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/metadata-service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ function locationAttributes(
return [];
}

console.log(info.city);
console.log(info.state);
return [
{ trait_type: `${name}_city`, value: info.city },
{ trait_type: `${name}_state`, value: info.state },
Expand Down

0 comments on commit c376a7b

Please sign in to comment.