From ba85024fe9c28f9ba6e2d736ea33e6017b65e5f1 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Thu, 23 Mar 2023 18:11:46 +0100 Subject: [PATCH] less noise --- lib/Univie/Utheses/API.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Univie/Utheses/API.pm b/lib/Univie/Utheses/API.pm index 11f01a1..a6d3876 100644 --- a/lib/Univie/Utheses/API.pm +++ b/lib/Univie/Utheses/API.pm @@ -32,7 +32,7 @@ sub getPendingDoisCreateRequest my $self= shift; 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! (wantarray) ? ($code1, $res1, $info) : $info; -- GitLab