diff options
Diffstat (limited to 'modules/commands/ns_cert.cpp')
-rw-r--r-- | modules/commands/ns_cert.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/commands/ns_cert.cpp b/modules/commands/ns_cert.cpp index ed7140dd5..6b3aa2a14 100644 --- a/modules/commands/ns_cert.cpp +++ b/modules/commands/ns_cert.cpp @@ -203,8 +203,6 @@ class CommandNSCert : public Command { NSCertList *cl = nc->GetExt<NSCertList>("certificates"); - Log(nc == source.GetAccount() ? LOG_COMMAND : LOG_ADMIN, source, this) << "to view the certificate fingerprint list for " << nc->display; - if (!cl || !cl->GetCertCount()) { source.Reply(_("%s's certificate list is empty."), nc->display.c_str()); |