mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
remove debug output
This commit is contained in:
parent
907e5571b4
commit
511c3ef048
1 changed files with 0 additions and 2 deletions
|
|
@ -3460,8 +3460,6 @@ Session::commit_reversible_command (Command *cmd)
|
|||
gettimeofday (&now, 0);
|
||||
_current_trans->set_timestamp (now);
|
||||
|
||||
std::cerr << "Add command with " << _current_trans->size() << std::endl;
|
||||
|
||||
_history.add (_current_trans);
|
||||
_current_trans = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue