Skip to content

Commit 6a39395

Browse files
Removed debug output
1 parent 6b5f364 commit 6a39395

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FloatingDockContainer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,6 @@ bool CFloatingDockContainer::nativeEvent(const QByteArray &eventType, void *mess
685685
{
686686
QWidget::nativeEvent(eventType, message, result);
687687
MSG *msg = static_cast<MSG*>(message);
688-
std::cout << windowsMessageString(msg->message) << std::endl;
689688
switch (msg->message)
690689
{
691690
case WM_MOVING:

0 commit comments

Comments
 (0)