summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Reporting.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Reporting.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Reporting.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Reporting.py b/src/lib/Bcfg2/Server/Plugins/Reporting.py
index 883b95ba4..a49003ea4 100644
--- a/src/lib/Bcfg2/Server/Plugins/Reporting.py
+++ b/src/lib/Bcfg2/Server/Plugins/Reporting.py
@@ -44,7 +44,6 @@ class Reporting(Statistics, PullSource):
core.setup.update(REPORTING_COMMON_OPTIONS)
core.setup.reparse()
- self.logger.error("File limit: %s" % core.setup['reporting_file_limit'])
try:
self.transport = load_transport_from_config(core.setup)