Remove unneeded logging (#211)
This commit is contained in:
parent
ce56351c3e
commit
cabb5e08f5
|
@ -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) +
|
||||
|
|
Loading…
Reference in New Issue