Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary-Clb committed Feb 1, 2024
2 parents fa20123 + 29f7d25 commit 8fb62f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Host.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ public function setDowntime(int $id, array $params)
if (isset($res["security"]["token"])) {
try {
$res = $api->setDowntimeOnAHost($id, ['json' => $params]);
\Toolbox::logDebug($res);
return $res;
} catch (\Exception $e) {
$error_msg = $e->getMessage();
Expand Down

0 comments on commit 8fb62f1

Please sign in to comment.