removed unnnedded call

This commit is contained in:
Max Nuding 2021-11-27 12:53:48 +01:00
parent 29b429e239
commit 047088b622
Signed by: phlaym
GPG Key ID: A06651BAB6777237

View File

@ -155,7 +155,7 @@ class PhotoPrism
} }
$output = curl_exec($ch); $output = curl_exec($ch);
$request = curl_getinfo($ch, CURLINFO_HEADER_OUT); // $request = curl_getinfo($ch, CURLINFO_HEADER_OUT);
$http_status = curl_getinfo($ch, CURLINFO_HTTP_CODE); $http_status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
if ($output === false) { if ($output === false) {