summaryrefslogtreecommitdiff
path: root/libs/ardour/sndfilesource.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-22 13:05:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-22 13:05:43 +0000
commit23ad8b9f949ae1460ad177c82bc83a705ad6be0c (patch)
tree76800e1f71d68e77fc0459cfcd33fca1be45fc6b /libs/ardour/sndfilesource.cc
parent9b99596c6e81f246deeb072e979ea01110c244a4 (diff)
remove debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@12380 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/sndfilesource.cc')
-rw-r--r--libs/ardour/sndfilesource.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/sndfilesource.cc b/libs/ardour/sndfilesource.cc
index 644762f721..f3f37fa2a1 100644
--- a/libs/ardour/sndfilesource.cc
+++ b/libs/ardour/sndfilesource.cc
@@ -530,7 +530,6 @@ SndFileSource::flush_header ()
return -1;
}
- std::cerr << "Flushing header of " << _path << " with length @ " << _length << endl;
int const r = sf_command (sf, SFC_UPDATE_HEADER_NOW, 0, 0) != SF_TRUE;
_descriptor->release ();