mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
remove the log
This commit is contained in:
parent
a8e53426e3
commit
00b90e2d98
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue