[Python-modules-commits] [sphinx-celery] 02/06: Removes left-over print statement

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to tag v1.2.0
in repository sphinx-celery.

commit 3059fc0ab665b2fe2862da331badea782ee206ec
Author: Ask Solem <ask at celeryproject.org>
Date:   Mon Apr 11 16:40:26 2016 -0700

    Removes left-over print statement
---
 sphinx_celery/configcheck.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sphinx_celery/configcheck.py b/sphinx_celery/configcheck.py
index ac68ae3..2da71db 100644
--- a/sphinx_celery/configcheck.py
+++ b/sphinx_celery/configcheck.py
@@ -88,7 +88,6 @@ class ConfigCheckBuilder(BaseBuilder):
         )
         self.should_ignore = (
             self.config.configcheck_should_ignore or (lambda s: False))
-        print(self.should_ignore)
         self.project_settings = self.config.configcheck_project_settings
         self.undocumented = set()
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx-celery.git



More information about the Python-modules-commits mailing list