summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-05-13 13:46:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-05-13 13:46:18 +0000
commit02de669c51e29e622512137ada3d7b4b4493ab0a (patch)
tree37e20970815a6afc9102cebd39221367ea1d1664 /libs/ardour/route.cc
parent4e52f281a4bc1fec9c7ef85e5fc75d266b8ff232 (diff)
comment out latency debug output
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3343 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index b3b53989e1..93b997a6f7 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2418,7 +2418,7 @@ Route::update_total_latency ()
}
}
-#define DEBUG_LATENCY
+#undef DEBUG_LATENCY
#ifdef DEBUG_LATENCY
cerr << _name << ": internal redirect latency = " << _own_latency << endl;
#endif