Skip to content

Commit bf032f0

Browse files
jayantkJayant Krishnamurthy
andauthored
Delete one more noisy log message (#296)
Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
1 parent 71a6ae6 commit bf032f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

third_party/pyth/price-service/src/listen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ export class Listener implements PriceStore {
150150
}
151151

152152
async processVaa(vaaBytes: string) {
153-
logger.info("Received a new VAA");
154153
const { parse_vaa } = await importCoreWasm();
155154
const parsedVAA = parse_vaa(hexToUint8Array(vaaBytes));
156155

0 commit comments

Comments
 (0)