Skip to content
Snippets Groups Projects
Commit ba85024f authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

less noise

parent 553fdc8a
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ sub getPendingDoisCreateRequest ...@@ -32,7 +32,7 @@ sub getPendingDoisCreateRequest
my $self= shift; my $self= shift;
my ($code1, $res1, $info)= $self->utheses_request('GET', 'doi/get/createRequest', undef, ); my ($code1, $res1, $info)= $self->utheses_request('GET', 'doi/get/createRequest', undef, );
print __LINE__, " code1=[$code1] res1=[$res1] info=[$info]\n"; # print __LINE__, " code1=[$code1] res1=[$res1] info=[$info]\n";
# TODO: Error handling! # TODO: Error handling!
(wantarray) ? ($code1, $res1, $info) : $info; (wantarray) ? ($code1, $res1, $info) : $info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment