Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-03-13 02:58:54 +0300
committerChaoyi Zha <summermontreal@gmail.com>2017-03-13 02:58:54 +0300
commit8f6d9762e98a418c7f3cfc416199b654c39319b0 (patch)
treefa386686d04798d4e63ef3b4896a2f2fc7a1793b /app
parent8ebe335a841de22f6eac3635898f579573861bf3 (diff)
Remove debug statement
Diffstat (limited to 'app')
-rw-r--r--app/Helpers/StatsHelper.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Helpers/StatsHelper.php b/app/Helpers/StatsHelper.php
index a84e2ba..d1b4716 100644
--- a/app/Helpers/StatsHelper.php
+++ b/app/Helpers/StatsHelper.php
@@ -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.');
}
}