We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2b8f0 commit 8fcaacbCopy full SHA for 8fcaacb
rust/cardano-chain-follower/src/mithril_turbo_downloader.rs
@@ -154,7 +154,6 @@ impl Inner {
154
// Make sure our big mmap get dropped.
155
drop(prev_mmap);
156
stats::set_mmap_drop(self.cfg.chain);
157
- error!("Drop ka");
158
159
// File is the same, so dedup it.
160
if self.cfg.dedup_tmp(&abs_file, &latest_snapshot).is_ok() {
@@ -170,7 +169,6 @@ impl Inner {
170
169
// Need to do this way because drop is moved into the if block.
171
if let Some(prev_mmap) = prev_mmap_option {
172
173
- error!("Drop ja");
174
175
}
176
0 commit comments