Browse Source

Forgot to remove a print_r

Stephen Ficklin 6 years ago
parent
commit
4d3272dc4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/tripal_chado.module

+ 1 - 1
tripal_chado/tripal_chado.module

@@ -1209,7 +1209,7 @@ function tripal_chado_mail($key, &$message, $params) {
         '#markup' => '<h3>Tripal Bulk Publication Report</h3>'
       ];
       $report = $params['report'];
-      print_r($report);
+
       foreach ($report as $action => $pubs) {
         if (count($pubs) > 0) {
           $title = count($pubs) . ' publication(s) were ' . $action . ":";