remove debugging
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 22 May 2012 13:05:13 +0000 (13:05 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 22 May 2012 13:05:13 +0000 (13:05 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12379 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/audiographer/src/general/broadcast_info.cc

index a0c41ca70c13fca9bc171d53decc0befab728a8c..43e5008e5212c49ffaf89e4f6997b2cbeb392645 100644 (file)
@@ -168,7 +168,6 @@ BroadcastInfo::write_to_file (std::string const & filename)
 bool
 BroadcastInfo::write_to_file (SNDFILE* sf)
 {
-       std::cerr << "AG set BWF as " << sizeof(*info) << std::endl;
        if (sf_command (sf, SFC_SET_BROADCAST_INFO, info, sizeof (*info)) != SF_TRUE) {
                update_error();
                return false;