diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp')
-rw-r--r-- | 3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp b/3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp index 4434e41c9e6..52d25b21cab 100644 --- a/3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp +++ b/3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2018 Branimir Karadzic. All rights reserved. + * Copyright 2011-2019 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ @@ -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) |