From 2327dce64770c14d9924d26115b8039320379d3f Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Mon, 29 Oct 2012 10:45:38 -0500 Subject: Reporting: remove experimental --- src/lib/Bcfg2/Server/Plugins/Reporting.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/Bcfg2/Server/Plugins/Reporting.py b/src/lib/Bcfg2/Server/Plugins/Reporting.py index 843f8768c..1a8c3d941 100644 --- a/src/lib/Bcfg2/Server/Plugins/Reporting.py +++ b/src/lib/Bcfg2/Server/Plugins/Reporting.py @@ -42,7 +42,6 @@ class Reporting(Statistics, PullSource): # pylint: disable=W0223 Statistics.__init__(self, core, datastore) PullSource.__init__(self) self.core = core - self.experimental = True self.whoami = platform.node() self.transport = None -- cgit v1.2.3-1-g7c22