return Apache2::Const::HTTP_BAD_REQUEST
unless $rec_id and $rec_id =~ /^\d+$/;
- $self->added_content_stage1($rec_id);
- $self->timelog("past added content stage 1");
+# $self->added_content_stage1($rec_id);
+# $self->timelog("past added content stage 1");
my $org = $self->_get_search_lib();
my $org_name = $ctx->{get_aou}->($org)->shortname;
$self->timelog("past expandies");
- $self->added_content_stage2($rec_id);
+# $self->added_content_stage2($rec_id);
- $self->timelog("past added content stage 2");
+# $self->timelog("past added content stage 2");
return Apache2::Const::OK;
}