forked from lix-project/hydra
api-test.t: don't print request content
It adds noise to the logs
This commit is contained in:
parent
6b2f0a9fe1
commit
d8025fcf04
|
@ -47,7 +47,6 @@ sub request_json {
|
|||
|
||||
$req->content(encode_json($opts->{data})) if defined $opts->{data};
|
||||
my $res = request($req);
|
||||
print $res->as_string();
|
||||
return $res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue