Skip to content

Commit a0f753d

Browse files
committed
Remove unnecessary log
1 parent 6f4ba44 commit a0f753d

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
@@ -40,8 +40,6 @@ export const updateFeeds = async (
4040

4141
await logger.runWithContext({ dapiName, dataFeedId }, async () => {
4242
const goUpdate = await go(async () => {
43-
logger.debug('Updating dAPI');
44-
4543
// Create calldata for all beacons of the particular data feed the dAPI points to.
4644
const beaconUpdateCalls = updateableBeacons.map((beacon) => {
4745
const { signedData } = beacon;

0 commit comments

Comments
 (0)