Barry Warsaw pushed to branch fix-hangs at mailman / Mailman Core

Commits:
70ee9d7a by Barry Warsaw at 2017-07-27T18:37:20-04:00
Remove debugging.

- - - - -


1 changed file:

- src/mailman/bin/master.py


Changes:

=====================================
src/mailman/bin/master.py
=====================================
--- a/src/mailman/bin/master.py
+++ b/src/mailman/bin/master.py
@@ -120,7 +120,6 @@ def acquire_lock_1(force, lock_file=None):
     lock = Lock(lock_file, LOCK_LIFETIME)
     try:
         lock.lock(timedelta(seconds=0.1))
-        print('=====>', lock.details, file=sys.stderr)
         return lock
     except TimeOutError:
         if not force:
@@ -573,5 +572,4 @@ def main(config_file, restartable, force, runners, verbose):
             loop.cleanup()
             os.remove(config.PID_FILE)
     finally:
-        print('<=====', lock.details, file=sys.stderr)
         lock.unlock()



View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/70ee9d7aef2a91a15e271327749bd977fc151c8b

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/70ee9d7aef2a91a15e271327749bd977fc151c8b
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to