Skip to content

Commit 7960f67

Browse files
committed
- remove debug print statement in pallaschainobserver
1 parent edb14c0 commit 7960f67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mithril-common/src/chain_observer/pallas_observer.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ impl PallasChainObserver {
278278
.map_err(|err| anyhow!(err))
279279
.with_context(|| "PallasChainObserver failed to get chain point")?;
280280

281-
println!("Chain point: {:?}", chain_point);
282-
283281
Ok(chain_point)
284282
}
285283

0 commit comments

Comments
 (0)