From 60f3798fb03b0113a30e06bb75c6a7608dc7f98f Mon Sep 17 00:00:00 2001 From: Nicolas Bonfante Date: Tue, 12 Jul 2016 17:00:40 +0200 Subject: [PATCH] removing debugging variable --- pygal/graph/gauge.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pygal/graph/gauge.py b/pygal/graph/gauge.py index b9cd5fa..b4e6bb4 100644 --- a/pygal/graph/gauge.py +++ b/pygal/graph/gauge.py @@ -25,7 +25,6 @@ from pygal._compat import is_str from pygal.graph.graph import Graph from pygal.util import alter, compute_scale, cut, decorate, compose from pygal.view import PolarThetaLogView, PolarThetaView -TEMPCLOCK = False class Gauge(Graph):