diff --git a/src/log/log.cpp b/src/log/log.cpp index 576b8bb..9283c8f 100644 --- a/src/log/log.cpp +++ b/src/log/log.cpp @@ -62,14 +62,6 @@ Log::Log() Log::~Log() { - // IMPROVE ME - // I am not sure if this is a correct behaviour - // the log buffer and file logger may not exist now - // (life time of objects) - // may would be better to have a flag 'clear_at_the_end' - // and if true then call this method? - - save_log_and_clear(); }