diff --git a/clutchlog/clutchlog.h b/clutchlog/clutchlog.h index f80e4e9..9d9466b 100644 --- a/clutchlog/clutchlog.h +++ b/clutchlog/clutchlog.h @@ -1296,7 +1296,6 @@ class clutchlog row = replace(row, "\\{msg\\}", what); const std::filesystem::path filepath(file); - assert(filepath.is_absolute()); std::string filename; std::filesystem::path::iterator ip = filepath.end(); std::advance(ip, -2);