mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
remove debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@12379 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8d5065bc32
commit
9b99596c6e
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue