From fca4c4e33f604ece7570b50e992cbca412f9e6b2 Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Sat, 23 Feb 2013 00:22:07 +0000
Subject: [PATCH] [Change] Removed some debugging I didn't mean to commit in.

---
 src/sound.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/sound.c b/src/sound.c
index 7ee956b..6cdc6b1 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -88,9 +88,8 @@ int sound_init(void) {
 	// Set the master gain.
 	alListenerf(AL_GAIN, .5);
 
+	// Set the distance model.
 	alDistanceModel(AL_INVERSE_DISTANCE_CLAMPED);
-	ALenum err = alGetError();
-	DEBUG("%d", err);
 
 	SDL_mutexV(sound_lock);