Skip to content

Commit

Permalink
Remove logging for WINDOWPOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Aug 14, 2024
1 parent 01f964b commit 57248f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/detail/standalone/windows/host_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ int HostWindow::onWindowPosChanged(::LPARAM lParam)
{
auto windowPos{reinterpret_cast<::LPWINDOWPOS>(lParam)};

helpers::log("WM_WINDOWPOSCHANGED: {} x {}", windowPos->cx, windowPos->cy);

if (windowPos->flags & SWP_SHOWWINDOW)
{
m_pluginGui->show(m_plugin);
Expand Down

0 comments on commit 57248f6

Please sign in to comment.