Skip to content

Commit

Permalink
Remove stray dpm() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferrisx4 committed Aug 10, 2020
1 parent 3a9dce7 commit 80e995e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions includes/tripal_galaxy.webform.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function tripal_galaxy_build_webform($galaxy_id, $workflow_id) {
// Iterate through each step of the workflow.
$tool_list = [];
$steps = $workflow['steps'];
//dpm($steps);

foreach ($steps as $step_index => $step) {
if (isset($step['annotation'])) {
Expand Down Expand Up @@ -205,7 +204,6 @@ function tripal_galaxy_build_webform($galaxy_id, $workflow_id) {
drupal_set_message('Error building tool: ' . $tool_id . '. Galaxy Server response: ' . $error['message'], 'error');
return FALSE;
}
//dpm($tool);

$tool_list[] = '<b>' . $tool['name'] . ' (version ' . $tool['version'] . ')</b>: ' . $tool['description'];
// We want to change the name of the fieldset to have the name of
Expand Down Expand Up @@ -903,7 +901,6 @@ function tripal_galaxy_build_webform_set_input_extensions(array $workflow, array
}
}
}
dpm($input['extensions']);

$found_upstream_input = FALSE;
foreach ($workflow['steps'] as $step_id => $step_details) {
Expand Down

0 comments on commit 80e995e

Please sign in to comment.