# HG changeset patch # User hodgestar # Date 1272877967 0 # Node ID 8f12cd7ea767961b281e4e632e58b6ec10e59202 # Parent 381d9632b478fc417f30d5406bc9262cd9314bd1 Remove unused charts_license configuration option. diff --git a/bitten/web_ui.py b/bitten/web_ui.py --- a/bitten/web_ui.py +++ b/bitten/web_ui.py @@ -407,9 +407,6 @@ 'category': category, }) data['config']['charts'] = chart_generators - charts_license = self.config.get('bitten', 'charts_license') - if charts_license: - data['config']['charts_license'] = charts_license page = max(1, int(req.args.get('page', 1))) more = False