summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/track.cc')
-rw-r--r--libs/ardour/track.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc
index 66ec2392b9..6615a3dacd 100644
--- a/libs/ardour/track.cc
+++ b/libs/ardour/track.cc
@@ -102,7 +102,7 @@ Track::update_total_latency ()
}
}
-#define DEBUG_LATENCY
+#undef DEBUG_LATENCY
#ifdef DEBUG_LATENCY
cerr << _name << ": internal redirect (final) latency = " << _own_latency << endl;
#endif