mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 11:42:28 +01:00
Remove debug statement
This commit is contained in:
parent
8ebe335a84
commit
8f6d9762e9
@ -22,7 +22,6 @@ class StatsHelper {
|
||||
$max_days_diff = env('_ANALYTICS_MAX_DAYS_DIFF') ?: 365;
|
||||
|
||||
if ($days_diff > $max_days_diff) {
|
||||
error_log('too big fam');
|
||||
throw new \Exception('Bounds too broad.');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user