From 82496b48dc450bd38d86674587b14be3c27a948c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 22 Mar 2024 14:32:19 +0200 Subject: fix: drop debug print Signed-off-by: Lars Wirzenius Sponsored-by: author --- src/cmd/host.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmd/host.rs b/src/cmd/host.rs index 830a5f4..05666c0 100644 --- a/src/cmd/host.rs +++ b/src/cmd/host.rs @@ -250,7 +250,6 @@ impl PublicKeyCmd { impl Runnable for PublicKeyCmd { fn run(&mut self, _config: &Config, store: &mut KeyStore) -> Result<(), CAError> { - eprintln!("now: {:?}", self.now()); if let Some(host) = store.get_host(&self.hostname) { if let Some(valid_until) = host.valid_until() { if self.now().as_str() >= valid_until { -- cgit v1.2.1