diff data/fileio/MatrixFile.cpp @ 571:dfc4dd561bb6 sv-v1.5pre1

* update CHANGELOG, remove more debug, add .oga extension
author Chris Cannam
date Fri, 27 Feb 2009 15:58:02 +0000
parents 8212c9d3b3b3
children b4a8d8221eaf
line wrap: on
line diff
--- a/data/fileio/MatrixFile.cpp	Fri Feb 27 13:59:42 2009 +0000
+++ b/data/fileio/MatrixFile.cpp	Fri Feb 27 15:58:02 2009 +0000
@@ -391,7 +391,9 @@
     m_setColumns->set(x);
     if (m_autoClose) {
         if (m_setColumns->isAllOn()) {
+#ifdef DEBUG_MATRIX_FILE
             std::cerr << "MatrixFile[" << m_fd << "]::setColumnAt(" << x << "): All columns set: auto-closing" << std::endl;
+#endif
             close();
 /*
         } else {