Shut up.
authorDavid Robillard <d@drobilla.net>
Thu, 7 May 2009 18:33:41 +0000 (18:33 +0000)
committerDavid Robillard <d@drobilla.net>
Thu, 7 May 2009 18:33:41 +0000 (18:33 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5064 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/io.cc

index c8e2c78cd23da6a4cfb95559545532d42fe11f0e..88b8aceb3fb00a3afd5f64190ebc2ca973ea9637 100644 (file)
@@ -303,7 +303,6 @@ IO::collect_input (BufferSet& outs, nframes_t nframes, ChanCount offset)
                PortSet::iterator   i = _inputs.begin(*t);
                BufferSet::iterator o = outs.begin(*t);
 
-               cerr << (*t).to_string() << endl;
                for (uint32_t off = 0; off < offset.get(*t); ++off, ++o) {
                        if (o == outs.end(*t)) {
                                continue;