13
0

remove debugging

git-svn-id: svn://localhost/ardour2/branches/3.0@12380 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-05-22 13:05:43 +00:00
parent 9b99596c6e
commit 23ad8b9f94

View File

@ -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 ();