Skip to content
Snippets Groups Projects
Commit cd8696d2 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- disabled debug output

parent 0f511664
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ sub line_result_mapper { ...@@ -163,7 +163,7 @@ sub line_result_mapper {
my $optionkey = lc("with_".$t); $optionkey=~s/-/_/g; my $optionkey = lc("with_".$t); $optionkey=~s/-/_/g;
if (exists $opt->{$optionkey}) { if (exists $opt->{$optionkey}) {
# FIXME: HashRef error in next line! # FIXME: HashRef error in next line!
p($partial_result); #p($partial_result);
if (exists($partial_result->{_source}->{transferMetadata}->[0]->{'bim:bag-info_dict'}->{ "bim:$t" }) ) { if (exists($partial_result->{_source}->{transferMetadata}->[0]->{'bim:bag-info_dict'}->{ "bim:$t" }) ) {
$line{$linekey} = $partial_result->{_source}->{transferMetadata}->[0]->{'bim:bag-info_dict'}->{ "bim:$t" }; $line{$linekey} = $partial_result->{_source}->{transferMetadata}->[0]->{'bim:bag-info_dict'}->{ "bim:$t" };
} #else {/ } #else {/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment