瀏覽代碼

Remove debug log

rdb 9 年之前
父節點
當前提交
f5382f09cd
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) {