From 3e59f4641e33f905cd05276d4912442ef90b7fa9 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Wed, 11 Feb 2009 11:56:33 -0500
Subject: [PATCH] Remove debug in alsalayer

---
 src/audio/alsalayer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/audio/alsalayer.cpp b/src/audio/alsalayer.cpp
index bac1fe2fcd..03869783fc 100644
--- a/src/audio/alsalayer.cpp
+++ b/src/audio/alsalayer.cpp
@@ -459,7 +459,7 @@ AlsaLayer::read( void* buffer, int toCopy)
                 startCaptureStream ();
                 break;
             default:
-                _debugAlsa("%s\n", snd_strerror(samples));
+                //_debugAlsa("%s\n", snd_strerror(samples));
                 break;
         }
         return 0;
-- 
GitLab