get rid of a pointless function.
authorsalimfadhley <sal@stodge.org>
Thu, 20 Jun 2013 00:04:29 +0000 (01:04 +0100)
committerSalim Fadhley <sal@stodge.org>
Sun, 23 Jun 2013 20:21:52 +0000 (21:21 +0100)
jenkinsapi/jenkinsbase.py

index 8e83b5df6c8a4fb868c8c996ac596625d4f06e48..1f20c63115e17e6c51e81495788d2cad9f7dcaa9 100644 (file)
@@ -1,5 +1,4 @@
 import logging
-import pprint
 from jenkinsapi import config
 from jenkinsapi.exceptions import JenkinsAPIException
 log = logging.getLogger(__name__)
@@ -15,9 +14,6 @@ class JenkinsBase(object):
                                    self.__class__.__name__,
                                    str( self ))
 
-    def print_data(self):
-        pprint.pprint(self._data)
-
     def __str__(self):
         raise NotImplementedError