From 41319dd3f7826857bf0616422a4d991ce1335a49 Mon Sep 17 00:00:00 2001 From: otavepto Date: Thu, 25 Apr 2024 11:15:39 +0200 Subject: [PATCH] remove this debug message! --- overlay_experimental/steam_overlay.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/overlay_experimental/steam_overlay.cpp b/overlay_experimental/steam_overlay.cpp index ba00b816..7fb81750 100644 --- a/overlay_experimental/steam_overlay.cpp +++ b/overlay_experimental/steam_overlay.cpp @@ -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(),