mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
push2: remove debug output
This commit is contained in:
parent
b440488295
commit
1249195516
1 changed files with 0 additions and 1 deletions
|
|
@ -262,7 +262,6 @@ void
|
|||
MIDISurface::write (const MidiByteArray& data)
|
||||
{
|
||||
/* immediate delivery */
|
||||
std::cerr << "out to " << _async_out->name() << data << std::endl;
|
||||
_output_port->write (&data[0], data.size(), 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue