diff --git a/session.cpp b/session.cpp index 2854a53..4ca817b 100644 --- a/session.cpp +++ b/session.cpp @@ -89,7 +89,7 @@ Session::Session(const Session &other) Session::~Session() { - logger->logf(LOG_DEBUG, "Session %s is being destroyed.", getClientId().c_str()); + } std::unique_ptr Session::getCopy() const