diff options
author | S. Davilla <davilla@4pi.com> | 2012-09-26 09:18:00 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2012-09-26 09:18:14 -0400 |
commit | d2946b59c9a82858c9e4e3c0ad62c5c48ddc538d (patch) | |
tree | 48becd02b45d475d1ff650b694584ac5b8fa2543 | |
parent | 1952a8ab32e2ba1dbca24beb48e08e60c75204f7 (diff) |
fixed, disable debug code and stop spamming xbmc.log with info that only matters when developing
-rw-r--r-- | xbmc/cores/AudioEngine/Utils/AERemap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/AudioEngine/Utils/AERemap.cpp b/xbmc/cores/AudioEngine/Utils/AERemap.cpp index b84dc8354c..aec1c393a7 100644 --- a/xbmc/cores/AudioEngine/Utils/AERemap.cpp +++ b/xbmc/cores/AudioEngine/Utils/AERemap.cpp @@ -220,7 +220,7 @@ bool CAERemap::Initialize(CAEChannelInfo input, CAEChannelInfo output, bool fina } } -#if 1 +#if 0 /* dump the matrix */ CLog::Log(LOGINFO, "==[Downmix Matrix]=="); for (unsigned int o = 0; o < output.Count(); ++o) |