CLIENT: Remove device id debug print

This commit is contained in:
Peter0x44 2024-06-30 21:54:52 -07:00
parent 99ec57a277
commit 7da360723e

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) {