summaryrefslogtreecommitdiff
path: root/libs/ardour/speakers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/speakers.cc')
-rw-r--r--libs/ardour/speakers.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/speakers.cc b/libs/ardour/speakers.cc
index 1485f266d0..0120e56bfa 100644
--- a/libs/ardour/speakers.cc
+++ b/libs/ardour/speakers.cc
@@ -89,12 +89,9 @@ Speakers::add_speaker (const AngularVector& position)
{
int id = _speakers.size();
- cerr << "Added speaker " << id << " at " << position.azi << " /= " << position.ele << endl;
-
_speakers.push_back (Speaker (id, position));
update ();
- dump_speakers (cerr);
Changed ();
return id;