Log when beacon fails to send

This commit is contained in:
James Brooks
2017-01-02 17:09:55 +00:00
parent a2bbb18f79
commit 34b0432ceb
4 changed files with 36 additions and 3 deletions
-1
View File
@@ -111,7 +111,6 @@ class Beacon implements BeaconContract
'json' => $payload,
]);
} catch (Exception $e) {
// TODO: Log a warning that the beacon could not be sent.
event(new BeaconFailedToSendEvent());
return;