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)
|
||||
{
|
||||
info('trying influx');
|
||||
try {
|
||||
InfluxDB::connect()
|
||||
->store($speedtest);
|
||||
} catch (InfluxDBNotEnabledException $e) {
|
||||
info('not enabled');
|
||||
// /
|
||||
} catch (Exception $e) {
|
||||
Log::error($e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user