Remove debug code.

This commit is contained in:
Colin Kuskie 2009-07-08 05:18:11 +00:00
parent c96b3d6bc0
commit 183431b00a

View file

@ -2768,7 +2768,6 @@ sub www_editSave {
allowComments => 1,
returnUrl => $self->getUrl,
});
$session->log->warn('editSave commitStatus: '. $commitStatus);
if ($commitStatus eq 'redirect') {
##Redirect set by tag. Return nothing to send the user over to the redirect.
return undef;
@ -2777,7 +2776,6 @@ sub www_editSave {
##Commit was successful. Update the local object cache so that it will no longer
##register as locked.
$self->{_properties}{isLockedBy} = $object->{_properties}{isLockedBy} = undef;
$session->log->warn('Cleared isLockedBy');
}
}