Browse Source

Remove debug log

rdb 9 years ago
parent
commit
f5382f09cd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/webgldisplay/webGLGraphicsWindow.cxx

+ 0 - 1
panda/src/webgldisplay/webGLGraphicsWindow.cxx

@@ -465,7 +465,6 @@ on_keyboard_event(int type, const EmscriptenKeyboardEvent *event, void *user_dat
     int keycode = 0;
     EM_ASM_({
       stringToUTF32(String.fromCharCode($0), $1, 4);
-      console.log(String.fromCharCode($0));
     }, event->charCode, &keycode);
 
     if (keycode != 0) {