remove unneded assert

This commit is contained in:
Radoslaw Olko 2023-06-05 23:11:17 +02:00
commit 8534c6d4f5

View file

@ -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);