plone.restapi/translate-workflow-titles: Remove pprint

Carsten Senger <jenkins-z4DKO/[email protected]>
Newsgroups gmane.comp.web.zope.plone.cvs
Message-ID <[email protected]>
Repository: plone.restapi
Branch: refs/heads/translate-workflow-titles
Date: 2017-07-26T09:00:58+02:00
Author: Carsten Senger (csenger) <[email protected]>
Commit: https://github.com/plone/plone.restapi/commit/0bf1af04bc6ba7fcb76f7b335f891857c353660f

Remove pprint

Files changed:
M src/plone/restapi/services/workflow/info.py

diff --git a/src/plone/restapi/services/workflow/info.py b/src/plone/restapi/services/workflow/info.py
index 5dfcf646..e67f8a93 100644
--- a/src/plone/restapi/services/workflow/info.py
+++ b/src/plone/restapi/services/workflow/info.py
@@ -23,8 +23,6 @@ def reply(self):
                 'title': self.context.translate(action['title']),
             })
 
-        from pprint import pprint
-        pprint(history)
         for item, action in enumerate(history):
             history[item]['title'] = self.context.translate(
                 wftool.getTitleForStateOnType(



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.