Merge pull request #85 from Peter0x44/main

CLIENT: Remove device id debug print
This commit is contained in:
cypress 2024-06-30 21:56:32 -07:00 committed by GitHub
commit 8e9c5e196a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -924,10 +924,6 @@ void(float button, string key) setToBind =
noref float(float evtype, float scanx, float chary, float devid) CSQC_InputEvent =
{
if (last_input_deviceid != devid)
print(sprintf("device id swapped to %d\n", last_input_deviceid));
last_input_deviceid = devid;
if (evtype == IE_KEYDOWN) {