This commit is contained in:
James Cole
2018-08-28 21:48:10 +02:00
parent 4a8e3ee845
commit 5b771f7def
6 changed files with 161 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ class Preferences
try {
Preference::where('user_id', auth()->user()->id)->where('name', $name)->delete();
} catch (Exception $e) {
Log::debug(sprintf('Not interesting: %s', $e->getMessage()));
Log::debug(sprintf('Could not delete preference: %s', $e->getMessage()));
// don't care.
}