Remove duplicate LOG code

Change-Id: Iaf244332e876010ae6234bbdd16d4d8a3aeb5ae4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-11-12 10:43:57 -05:00
parent 4fc2eb8bac
commit 1616bd8954
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ from grafana_dashboards.schema import Schema
LOG = logging.getLogger(__name__)
LOG = logging.getLogger(__name__)
class YamlParser(object):