remove debug logging statements

This commit is contained in:
Graham Knop 2009-09-22 11:28:13 -05:00
parent fcf73a4d29
commit 4fc3e55a3a

View file

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