Remove printf in entry_asmjs that requires stdio.h

This commit is contained in:
Vladimir Vukicevic
2019-06-12 15:43:58 -07:00
committed by Бранимир Караџић
parent 87d0852b58
commit 6838719246

View File

@@ -303,7 +303,6 @@ namespace entry
EM_BOOL Context::focusCb(int eventType, const EmscriptenFocusEvent* event, void* userData)
{
printf("focusCb %d", eventType);
BX_UNUSED(event, userData);
if (event)