diff --git a/plugins/certifier/certifier.cc b/plugins/certifier/certifier.cc index 9ee902e36c9..583df1c754a 100644 --- a/plugins/certifier/certifier.cc +++ b/plugins/certifier/certifier.cc @@ -102,7 +102,9 @@ class SslLRUList SslData *next = nullptr; SslData() = default; - ~SslData() { TSDebug(PLUGIN_NAME, "Deleting ssl data for [%s]", commonName.c_str()); } + ~SslData() + { /* TSDebug(PLUGIN_NAME, "Deleting ssl data for [%s]", commonName.c_str()); */ + } }; using scoped_SslData = std::unique_ptr;