From 7d0252b659aa989ff71ff80aacfa08d389b46a10 Mon Sep 17 00:00:00 2001 From: Radoslaw Olko Date: Mon, 5 Jun 2023 23:11:17 +0200 Subject: [PATCH] remove unneded assert --- clutchlog/clutchlog.h | 1 - 1 file changed, 1 deletion(-) 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);