Browse Source

Removed some debug info

pull/81/head
Ben Woodhead 13 years ago
parent
commit
c5bcc3d082
  1. 3
      fedora_repository.solutionpacks.inc

3
fedora_repository.solutionpacks.inc

@ -182,9 +182,6 @@ function fedora_repository_solution_pack_form_submit($form, &$form_state) {
// Add this object to the batch job queue. // Add this object to the batch job queue.
$batch['operations'][] = array('fedora_repository_batch_reingest_object', array($object)); $batch['operations'][] = array('fedora_repository_batch_reingest_object', array($object));
} }
foreach($batch['operations'] as $key => $value) {
//var_dump($value);
}
batch_set($batch); batch_set($batch);
} }

Loading…
Cancel
Save