diff --git a/app/Support/FireflyConfig.php b/app/Support/FireflyConfig.php index 2c05be6cae..ebb8b725d3 100644 --- a/app/Support/FireflyConfig.php +++ b/app/Support/FireflyConfig.php @@ -87,8 +87,8 @@ class FireflyConfig /** @var Configuration $config */ $config = Configuration::where('name', $name)->first(['id', 'name', 'data']); } catch (QueryException|Exception $e) { - Log::error(sprintf('Query exception while polling for config var: %s', $e->getMessage())); - Log::error($e->getTraceAsString()); + //Log::error(sprintf('Query exception while polling for config var: %s', $e->getMessage())); + //Log::error($e->getTraceAsString()); throw new FireflyException(sprintf('Could not poll the database: %s', $e->getMessage())); }