remove debug logging statements
This commit is contained in:
parent
fcf73a4d29
commit
4fc3e55a3a
1 changed files with 0 additions and 2 deletions
|
|
@ -2813,9 +2813,7 @@ sub www_editSave {
|
|||
$object->updateHistory("edited");
|
||||
|
||||
# we handle auto commit assets here in case they didn't handle it themselves
|
||||
$session->log->warn('pre object isa'. ref $object);
|
||||
if ($object->getAutoCommitWorkflowId) {
|
||||
$session->log->warn('got autocommit workflow id');
|
||||
$object->requestAutoCommit;
|
||||
#Since the version tag makes new objects, fetch a fresh one here.
|
||||
$object = $object->cloneFromDb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue