Remove debug code.
This commit is contained in:
parent
c96b3d6bc0
commit
183431b00a
1 changed files with 0 additions and 2 deletions
|
|
@ -2768,7 +2768,6 @@ sub www_editSave {
|
||||||
allowComments => 1,
|
allowComments => 1,
|
||||||
returnUrl => $self->getUrl,
|
returnUrl => $self->getUrl,
|
||||||
});
|
});
|
||||||
$session->log->warn('editSave commitStatus: '. $commitStatus);
|
|
||||||
if ($commitStatus eq 'redirect') {
|
if ($commitStatus eq 'redirect') {
|
||||||
##Redirect set by tag. Return nothing to send the user over to the redirect.
|
##Redirect set by tag. Return nothing to send the user over to the redirect.
|
||||||
return undef;
|
return undef;
|
||||||
|
|
@ -2777,7 +2776,6 @@ sub www_editSave {
|
||||||
##Commit was successful. Update the local object cache so that it will no longer
|
##Commit was successful. Update the local object cache so that it will no longer
|
||||||
##register as locked.
|
##register as locked.
|
||||||
$self->{_properties}{isLockedBy} = $object->{_properties}{isLockedBy} = undef;
|
$self->{_properties}{isLockedBy} = $object->{_properties}{isLockedBy} = undef;
|
||||||
$session->log->warn('Cleared isLockedBy');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue