remove unneded assert

This commit is contained in:
Radoslaw Olko 2023-06-05 23:11:17 +02:00 committed by nojhan
commit 7d0252b659

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