mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove debug output
This commit is contained in:
parent
b94f18298d
commit
1e4e64f831
2 changed files with 0 additions and 27 deletions
|
@ -101,12 +101,6 @@ bool GUIFileSelectMenu::OnEvent(const SEvent& event)
|
|||
{
|
||||
|
||||
if (event.EventType == irr::EET_GUI_EVENT) {
|
||||
|
||||
int callerId = event.GUIEvent.Caller->getID();
|
||||
if (callerId >= 0) {
|
||||
std::cout << "CallerId:" << callerId << std::endl;
|
||||
}
|
||||
|
||||
switch (event.GUIEvent.EventType) {
|
||||
case gui::EGET_ELEMENT_CLOSED:
|
||||
case gui::EGET_FILE_CHOOSE_DIALOG_CANCELLED:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue