From 23ad8b9f949ae1460ad177c82bc83a705ad6be0c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 22 May 2012 13:05:43 +0000 Subject: remove debugging git-svn-id: svn://localhost/ardour2/branches/3.0@12380 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/sndfilesource.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour') 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 (); -- cgit v1.2.3