summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-20 15:34:24 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-20 15:34:24 +0200
commitbd3377f9d637c79e96839e8b26fa0253f07e2e5b (patch)
tree39f4b317461a149c3b133792acdd87694a6c2354
parent2511ceb9f0c672c05fe22e303bc51ad20ddf0db1 (diff)
Remove debug output.
-rw-r--r--src/soundplayer.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soundplayer.cc b/src/soundplayer.cc
index 29c50ac..bc031d0 100644
--- a/src/soundplayer.cc
+++ b/src/soundplayer.cc
@@ -48,9 +48,6 @@ SoundPlayer::~SoundPlayer()
void SoundPlayer::run()
{
-
- printf("SoundPlayer running\n");
-
ao_initialize();
ao_sample_format sf;