diff --git a/src/helpers/Log.hpp b/src/helpers/Log.hpp index 863512e6..ebf8c4db 100644 --- a/src/helpers/Log.hpp +++ b/src/helpers/Log.hpp @@ -18,7 +18,6 @@ enum eLogLevel { Debug::log(CRIT, "\n==========================================================================================\nASSERTION FAILED! \n\n{}\n\nat: line {} in {}", \ std::format(reason, ##__VA_ARGS__), __LINE__, \ ([]() constexpr -> std::string { return std::string(__FILE__).substr(std::string(__FILE__).find_last_of('/') + 1); })().c_str()); \ - printf("Assertion failed! See the log in /tmp/hypr/hyprland.log for more info."); \ std::abort(); \ }