Skip to content

Commit

Permalink
fix: remove console log for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Feb 2, 2024
1 parent cd0c17c commit 3221278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/delegator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ export function reporterListHandler() {
const url = new URL(AGGREGATOR_ENDPOINT)
url.searchParams.append('address', reporter.contract[0])
const aggregatorResult = (await axios.get(url.toString())).data
console.log(aggregatorResult)
if (aggregatorResult && aggregatorResult.name) {
reporter.name = aggregatorResult.name
}
Expand Down

0 comments on commit 3221278

Please sign in to comment.