Removing unnecessary printing of config file

Change-Id: Iedc1725ccc46c2c4626edab950dae5f3a6129a5b
diff --git a/kong/tests/__init__.py b/kong/tests/__init__.py
index b288ada..92725cb 100644
--- a/kong/tests/__init__.py
+++ b/kong/tests/__init__.py
@@ -19,7 +19,6 @@
 from hashlib import md5
 import nose.plugins.skip
 import os
-from pprint import pprint
 import unittest2
 
 NOVA_DATA = {}
@@ -92,7 +91,6 @@
         self.keystone = KEYSTONE_DATA
 
         self._parse_defaults_file()
-        pprint(self.config)
 
         # Swift Setup
         if 'swift' in self.config: