remove debug output

This commit is contained in:
Paul Davis 2023-08-19 13:31:15 -06:00
parent 907e5571b4
commit 511c3ef048
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}