From 6838719246520f7e082980f6c8fcbc2df1fd557f Mon Sep 17 00:00:00 2001 From: Vladimir Vukicevic Date: Wed, 12 Jun 2019 15:43:58 -0700 Subject: [PATCH] Remove printf in entry_asmjs that requires stdio.h --- examples/common/entry/entry_asmjs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/common/entry/entry_asmjs.cpp b/examples/common/entry/entry_asmjs.cpp index 2e449cbf4..52d25b21c 100644 --- a/examples/common/entry/entry_asmjs.cpp +++ b/examples/common/entry/entry_asmjs.cpp @@ -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)