Remove unneeded logging (#211)

This commit is contained in:
Ali Behjati 2022-05-16 17:00:24 +02:00 committed by GitHub
parent ce56351c3e
commit cabb5e08f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -163,11 +163,6 @@ export class Listener implements PriceFeedPriceInfo {
);
if (!isAnyPriceNew) {
logger.debug(
"For all prices there exists an update with newer sequence number, ignoring this attestation." +
"batch price attestation: %o",
batchAttestation
);
return;
}
@ -186,7 +181,7 @@ export class Listener implements PriceFeedPriceInfo {
}
logger.info(
"Parsed Batch Price Attestation: [" +
"Parsed a new Batch Price Attestation: [" +
parsedVAA.emitter_chain +
":" +
uint8ArrayToHex(parsedVAA.emitter_address) +