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