remove the log

This commit is contained in:
altalk23 2024-01-01 20:46:45 +03:00
parent a8e53426e3
commit 00b90e2d98

View file

@ -6,7 +6,6 @@ struct ForcePrioRevert : Modify<ForcePrioRevert, CCTouchDispatcher> {
void addTargetedDelegate(CCTouchDelegate* delegate, int priority, bool swallowsTouches) {
m_targetPrio = 0xb00b5; // fuck you windows i hate you for inlining isUsingForcePrio
log::debug("adding targeted delegate from {}", dynamic_cast<CCObject*>(delegate));
m_forcePrio = -2;
if (m_pTargetedHandlers->count() > 0) {
auto handler = static_cast<CCTouchHandler*>(m_pTargetedHandlers->objectAtIndex(0));