remove this debug message!

This commit is contained in:
otavepto 2024-04-25 11:15:39 +02:00
parent 21cce304e8
commit 41319dd3f7

View File

@ -840,7 +840,6 @@ void Steam_Overlay::set_next_notification_pos(float width, float height, const N
auto &global_style = ImGui::GetStyle();
const float padding_all_sides = 2 * (global_style.WindowPadding.y + global_style.WindowPadding.x);
PRINT_DEBUG("%f", padding_all_sides);
const float msg_height = ImGui::CalcTextSize(
noti.message.c_str(),