From 806810939248b7ddba7575cec441cb1ecd3ad848 Mon Sep 17 00:00:00 2001 From: Eukara Date: Sun, 25 Jul 2021 16:25:39 +0000 Subject: [PATCH] Remove debug printf git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5995 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/in_sdl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/client/in_sdl.c b/engine/client/in_sdl.c index e80c1f2b..db85dcef 100644 --- a/engine/client/in_sdl.c +++ b/engine/client/in_sdl.c @@ -386,8 +386,6 @@ void J_RumbleTriggers(int id, uint16_t left, uint16_t right, uint32_t duration) void J_SetLEDColor(int id, vec3_t color) { #if SDL_VERSION_ATLEAST(2,0,14) - printf("got color %f %f %f\n", color[0], color[1], color[2]); - /* maybe we'll eventually get sRGB LEDs */ color[0] *= 255.0f; color[1] *= 255.0f;