Skip to content

Commit

Permalink
Statusbar: Remove leftover debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurumaker72 committed Dec 4, 2024
1 parent 95602d4 commit 8cce042
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions view/gui/features/Statusbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,9 @@ namespace Statusbar

if (segment_index == SIZE_MAX)
{
g_view_logger->warn("[Statusbar] Tried to post text to section {}, which is not available", static_cast<int32_t>(section));
return;
}

g_view_logger->trace("[Statusbar] Posting text to segment {}...", static_cast<int>(segment_index));

SendMessage(statusbar_hwnd, SB_SETTEXT, segment_index, (LPARAM)text.c_str());
}

Expand Down

0 comments on commit 8cce042

Please sign in to comment.