mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
Remove logging
This commit is contained in:
@@ -18,12 +18,11 @@ class SpeedtestObserver
|
|||||||
*/
|
*/
|
||||||
public function created(Speedtest $speedtest)
|
public function created(Speedtest $speedtest)
|
||||||
{
|
{
|
||||||
info('trying influx');
|
|
||||||
try {
|
try {
|
||||||
InfluxDB::connect()
|
InfluxDB::connect()
|
||||||
->store($speedtest);
|
->store($speedtest);
|
||||||
} catch (InfluxDBNotEnabledException $e) {
|
} catch (InfluxDBNotEnabledException $e) {
|
||||||
info('not enabled');
|
// /
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
Log::error($e);
|
Log::error($e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user