Skip to content

Commit

Permalink
chore(launchpad): move log line out of the loop
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Jun 4, 2024
1 parent 07e1538 commit 6ee8502
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions node-launchpad/src/node_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,11 @@ impl NodeStats {
_ => {}
}
}

debug!(
"Fetched stats from metrics_port {metrics_port:?} in {:?}",
now.elapsed()
);
}
trace!(
"Fetched stats from metrics_port {metrics_port:?} in {:?}",
now.elapsed()
);
Ok(stats)
}
}

0 comments on commit 6ee8502

Please sign in to comment.