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");
|
$object->updateHistory("edited");
|
||||||
|
|
||||||
# we handle auto commit assets here in case they didn't handle it themselves
|
# 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) {
|
if ($object->getAutoCommitWorkflowId) {
|
||||||
$session->log->warn('got autocommit workflow id');
|
|
||||||
$object->requestAutoCommit;
|
$object->requestAutoCommit;
|
||||||
#Since the version tag makes new objects, fetch a fresh one here.
|
#Since the version tag makes new objects, fetch a fresh one here.
|
||||||
$object = $object->cloneFromDb;
|
$object = $object->cloneFromDb;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue