From e394f7992deb81a195709126bec7e9cc68d14114 Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Tue, 29 May 2018 22:12:36 -0400
Subject: [PATCH] Removed CONS_Printf line. That wasn't meant to be commited.

---
 src/sdl/mixer_sound.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/sdl/mixer_sound.c b/src/sdl/mixer_sound.c
index fd8e64de5f..4974227244 100644
--- a/src/sdl/mixer_sound.c
+++ b/src/sdl/mixer_sound.c
@@ -459,7 +459,6 @@ static void mix_gme(void *udata, Uint8 *stream, int len)
 	// apply volume to stream
 	for (i = 0, p = (short *)stream; i < len/2; i++, p++)
 		*p = ((INT32)*p) * music_volume*2 / 42;
-		CONS_Printf("%hs", p);
 }
 #endif
 
-- 
GitLab