diff --git a/plugins/certifier/certifier.cc b/plugins/certifier/certifier.cc index e621a1a6be9..6dd3ec82259 100644 --- a/plugins/certifier/certifier.cc +++ b/plugins/certifier/certifier.cc @@ -106,8 +106,8 @@ class SslLRUList SslData *prev = nullptr; SslData *next = nullptr; - SslData() = default; - ~SslData() { /* Dbg(dbg_ctl, "Deleting ssl data for [%s]", commonName.c_str()); */ } + SslData() = default; + ~SslData() = default; }; using scoped_SslData = std::unique_ptr;