summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;