Skip to content

Commit e9b7182

Browse files
committed
Remove unnecessary log
1 parent a443813 commit e9b7182

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/update-feeds/update-transactions.ts

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export const updateFeeds = async (
3838

3939
await logger.runWithContext({ dapiName, dataFeedId }, async () => {
4040
const goUpdate = await go(async () => {
41-
logger.debug('Updating dAPI');
42-
4341
// Create calldata for all beacons of the particular data feed the dAPI points to.
4442
const beaconUpdateCalls = updateableBeacons.map((beacon) => {
4543
const { signedData } = beacon;

0 commit comments

Comments
 (0)