Skip to content

Commit 8fcaacb

Browse files
committed
fix(cardano-chain-follower): remove log
Signed-off-by: bkioshn <[email protected]>
1 parent 7f2b8f0 commit 8fcaacb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/cardano-chain-follower/src/mithril_turbo_downloader.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ impl Inner {
154154
// Make sure our big mmap get dropped.
155155
drop(prev_mmap);
156156
stats::set_mmap_drop(self.cfg.chain);
157-
error!("Drop ka");
158157

159158
// File is the same, so dedup it.
160159
if self.cfg.dedup_tmp(&abs_file, &latest_snapshot).is_ok() {
@@ -170,7 +169,6 @@ impl Inner {
170169
// Need to do this way because drop is moved into the if block.
171170
if let Some(prev_mmap) = prev_mmap_option {
172171
drop(prev_mmap);
173-
error!("Drop ja");
174172
stats::set_mmap_drop(self.cfg.chain);
175173
}
176174

0 commit comments

Comments
 (0)