diff data/fileio/WavFileReader.cpp @ 259:dc46851837d6

* Fix many compile warnings, remove some debug output
author Chris Cannam
date Mon, 30 Apr 2007 13:36:23 +0000
parents 96a6dd889c68
children 20028c634494
line wrap: on
line diff
--- a/data/fileio/WavFileReader.cpp	Mon Apr 30 09:07:42 2007 +0000
+++ b/data/fileio/WavFileReader.cpp	Mon Apr 30 13:36:23 2007 +0000
@@ -56,7 +56,7 @@
         m_sampleRate = m_fileInfo.samplerate;
     }
 
-    std::cerr << "WavFileReader: Frame count " << m_frameCount << ", channel count " << m_channelCount << ", sample rate " << m_sampleRate << std::endl;
+//    std::cerr << "WavFileReader: Frame count " << m_frameCount << ", channel count " << m_channelCount << ", sample rate " << m_sampleRate << std::endl;
 
 }