From e6926d30511d55488ef212ae60fa2702f48c1b25 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 14 Jan 2019 21:07:36 -0800 Subject: remove spurious/debug line from fatcatd --- rust/src/bin/fatcatd.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'rust/src/bin/fatcatd.rs') diff --git a/rust/src/bin/fatcatd.rs b/rust/src/bin/fatcatd.rs index 75a6f000..ccce6725 100644 --- a/rust/src/bin/fatcatd.rs +++ b/rust/src/bin/fatcatd.rs @@ -88,7 +88,6 @@ fn main() -> Result<()> { server.metrics.incr("restart").unwrap(); } }; - info!(logger, "{:#?}", server.metrics); info!( logger, -- cgit v1.2.3