1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-18 19:52:26 +02:00

Remove debug statement

This commit is contained in:
Chaoyi Zha 2017-03-12 19:58:54 -04:00
parent 8ebe335a84
commit 8f6d9762e9

View File

@ -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.');
}
}