Remove some old code.

This commit is contained in:
James Cole
2021-06-06 17:03:30 +02:00
parent fa50f76f5d
commit 782340908d
2 changed files with 0 additions and 3 deletions

View File

@@ -128,8 +128,6 @@ class Handler extends ExceptionHandler
/** /**
* Report or log an exception. * Report or log an exception.
* *
* This is a great spot to send exceptions to Sentry etc.
*
* @param Throwable $e * @param Throwable $e
* *
* @return void * @return void

View File

@@ -65,7 +65,6 @@ class Telemetry
// do nothing! // do nothing!
return; return;
} }
// send to Sentry.
$this->generateInstallationId(); $this->generateInstallationId();
$installationId = app('fireflyconfig')->get('installation_id'); $installationId = app('fireflyconfig')->get('installation_id');