summaryrefslogtreecommitdiff
path: root/src/cmd/host.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/host.rs')
-rw-r--r--src/cmd/host.rs1
1 files changed, 0 insertions, 1 deletions
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 {