diff options
author | Simon Rettberg | 2017-05-17 12:45:10 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-05-17 12:45:10 +0200 |
commit | 5fd8a56ae4493082360d93e21b10765b45c4e825 (patch) | |
tree | c3a2c5ef75f43274c1f061decae567b82b878ecb /modules-available/statistics | |
parent | [apis/conr] Minutes... (diff) | |
download | slx-admin-5fd8a56ae4493082360d93e21b10765b45c4e825.tar.gz slx-admin-5fd8a56ae4493082360d93e21b10765b45c4e825.tar.xz slx-admin-5fd8a56ae4493082360d93e21b10765b45c4e825.zip |
[statistics] Remove debug message
Diffstat (limited to 'modules-available/statistics')
-rw-r--r-- | modules-available/statistics/inc/filter.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/statistics/inc/filter.inc.php b/modules-available/statistics/inc/filter.inc.php index 6af6eed1..0afce572 100644 --- a/modules-available/statistics/inc/filter.inc.php +++ b/modules-available/statistics/inc/filter.inc.php @@ -91,7 +91,6 @@ class Filter if ($lhs == 'gbram') { $filters[] = new RamGbFilter($operator, $rhs); } elseif ($lhs == 'state') { - error_log('new state filter with ' . $rhs); $filters[] = new StateFilter($operator, $rhs); } elseif ($lhs == 'hddgb') { $filters[] = new Id44Filter($operator, $rhs); |