13
0

remove debugging text

git-svn-id: svn://localhost/ardour2/branches/3.0@6242 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-12-01 13:20:47 +00:00
parent 73fe0a3135
commit 162020e312

View File

@ -394,10 +394,6 @@ Mixer_UI::sync_order_keys (string const & src)
unsigned int old_key = order;
unsigned int new_key = route->order_key (N_("signal"));
cerr << route->name() << " old was " << order << " new is " << new_key << " exists ?"
<< (keys.find (new_key) != keys.end())
<< endl;
keys[new_key] = old_key;
if (new_key != old_key) {