mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove accidentally left in dd()
This commit is contained in:
@@ -81,7 +81,6 @@ class RipeApi extends BaseApi
|
||||
if (isset($response_data['status']) && $response_data['status'] == 'ok') {
|
||||
return $response_data;
|
||||
} else {
|
||||
dd($response->getBody());
|
||||
throw new ApiException("RIPE API call failed", $response_data);
|
||||
}
|
||||
} catch (RequestException $e) {
|
||||
|
Reference in New Issue
Block a user