mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Remove left-over debug logging
This commit is contained in:
parent
f69d4eda5b
commit
e182837f86
@ -418,7 +418,6 @@ void UpdateViewHierarchy(ViewGroup *root) {
|
|||||||
}
|
}
|
||||||
root->SubviewFocused(GetFocusedView());
|
root->SubviewFocused(GetFocusedView());
|
||||||
} else {
|
} else {
|
||||||
INFO_LOG(SCECTRL, "Processing focus moves.");
|
|
||||||
for (size_t i = 0; i < focusMoves.size(); i++) {
|
for (size_t i = 0; i < focusMoves.size(); i++) {
|
||||||
switch (focusMoves[i]) {
|
switch (focusMoves[i]) {
|
||||||
case NKCODE_DPAD_LEFT: MoveFocus(root, FOCUS_LEFT); break;
|
case NKCODE_DPAD_LEFT: MoveFocus(root, FOCUS_LEFT); break;
|
||||||
@ -432,7 +431,6 @@ void UpdateViewHierarchy(ViewGroup *root) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
INFO_LOG(SCECTRL, "Clearing focus moves.");
|
|
||||||
focusMoves.clear();
|
focusMoves.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user