mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Remove some old code.
This commit is contained in:
@@ -128,8 +128,6 @@ class Handler extends ExceptionHandler
|
||||
/**
|
||||
* Report or log an exception.
|
||||
*
|
||||
* This is a great spot to send exceptions to Sentry etc.
|
||||
*
|
||||
* @param Throwable $e
|
||||
*
|
||||
* @return void
|
||||
|
@@ -65,7 +65,6 @@ class Telemetry
|
||||
// do nothing!
|
||||
return;
|
||||
}
|
||||
// send to Sentry.
|
||||
$this->generateInstallationId();
|
||||
$installationId = app('fireflyconfig')->get('installation_id');
|
||||
|
||||
|
Reference in New Issue
Block a user