Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 2522d2f

Browse files
committed
remove debug print
1 parent 83db507 commit 2522d2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Managers/NetworkClient.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ namespace RTE {
238238
m_MouseButtonReleasedState[i] = -1;
239239
}
240240
if (m_MouseWheelMoved != 0) {
241-
std::cout << "Client wheel moved" << m_MouseWheelMoved << std::endl;
242241
msg.MouseWheelMoved = m_MouseWheelMoved;
243242
m_MouseWheelMoved = 0;
244243
} else {

0 commit comments

Comments
 (0)