From 0ecfd50fc0a305f6f0dad8cc3960666f6e5c592c Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Thu, 27 Oct 2011 12:42:19 -0400 Subject: [PATCH] Removing unnecessary printing of config file Change-Id: Iedc1725ccc46c2c4626edab950dae5f3a6129a5b --- kong/tests/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kong/tests/__init__.py b/kong/tests/__init__.py index b288ada99c..92725cbfc0 100644 --- a/kong/tests/__init__.py +++ b/kong/tests/__init__.py @@ -19,7 +19,6 @@ import ConfigParser from hashlib import md5 import nose.plugins.skip import os -from pprint import pprint import unittest2 NOVA_DATA = {} @@ -92,7 +91,6 @@ class FunctionalTest(unittest2.TestCase): self.keystone = KEYSTONE_DATA self._parse_defaults_file() - pprint(self.config) # Swift Setup if 'swift' in self.config: