We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a443813 commit e9b7182Copy full SHA for e9b7182
src/update-feeds/update-transactions.ts
@@ -38,8 +38,6 @@ export const updateFeeds = async (
38
39
await logger.runWithContext({ dapiName, dataFeedId }, async () => {
40
const goUpdate = await go(async () => {
41
- logger.debug('Updating dAPI');
42
-
43
// Create calldata for all beacons of the particular data feed the dAPI points to.
44
const beaconUpdateCalls = updateableBeacons.map((beacon) => {
45
const { signedData } = beacon;
0 commit comments