Skip to content

Commit

Permalink
misc: remove redundant printf in RASSERT
Browse files Browse the repository at this point in the history
  • Loading branch information
PaideiaDilemma committed Oct 24, 2024
1 parent d7c8085 commit 997ed37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/Log.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(); \
}

Expand Down

0 comments on commit 997ed37

Please sign in to comment.