浏览代码

Removed debug print statements

Sam Lantinga 3 年之前
父节点
当前提交
7861f924ea
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/joystick/hidapi/SDL_hidapi_switch.c

+ 0 - 2
src/joystick/hidapi/SDL_hidapi_switch.c

@@ -960,13 +960,11 @@ ReadJoyConControllerType(SDL_HIDAPI_Device *device)
                     break;
                 }
             }
-printf("Attempts: %d\n", attempts);
             SDL_hid_close(device->dev);
             device->dev = NULL;
         }
         SDL_free(ctx);
     }
-printf("Controller type %d\n", eControllerType);
     return eControllerType;
 }