Removed a debugging message

This commit is contained in:
WolverinDEV 2020-04-04 12:01:10 +02:00
parent a1ea11a196
commit 3d90e8b57a

View File

@ -376,7 +376,6 @@ bool VoiceClientConnection::next_reassembled_command(unique_lock<std::recursive_
} }
result = std::move(payload); result = std::move(payload);
logTrace(0, "Element: {} Resched: {}", result.view(0, 18).string(), have_more);
return have_more; return have_more;
} }