summaryrefslogtreecommitdiff
path: root/libs/pbd/crossthread.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-04-24 02:35:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-04-24 02:35:33 +0000
commita9d77d1a70bda53c288d56dd1a2ca4f70dc09dea (patch)
tree7d6d29f6d8a46b41ca047d4d4f4248d6bfb3157b /libs/pbd/crossthread.cc
parent33140f32671576a285d62f529447f941f96313fc (diff)
remove various debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@12070 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/crossthread.cc')
-rw-r--r--libs/pbd/crossthread.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/pbd/crossthread.cc b/libs/pbd/crossthread.cc
index 07a732954b..553c8d52f3 100644
--- a/libs/pbd/crossthread.cc
+++ b/libs/pbd/crossthread.cc
@@ -81,7 +81,6 @@ RefPtr<IOSource>
CrossThreadChannel::ios ()
{
if (!_ios) {
- std::cerr << "New x-channel fd " << fds[0] << std::endl;
_ios = new RefPtr<IOSource> (IOSource::create (fds[0], IOCondition(IO_IN|IO_PRI|IO_ERR|IO_HUP|IO_NVAL)));
}
return *_ios;