# HG changeset patch
# User jfp <jf.pieronne@laposte.net>
# Date 1684919710 -7200
#      Wed May 24 11:15:10 2023 +0200
# Node ID 34c97b46de950768b350dad869fceda7402b0aa3
# Parent  58e996ba25f8b3f904f2a8fe1cb0339b2b5f4292
Remove a print

diff --git a/supervisord.py b/supervisord.py
--- a/supervisord.py
+++ b/supervisord.py
@@ -881,7 +881,6 @@
                     print(f'{sn}: {quotan}={quotav} not a valid quota')
                     crtl.vms_exit(ssdef.SS__INVARG)
                 if quotan == 'CPULM':
-                    print('>>>', repr(quotav))
                     quotav = int(quotav) * 100
                 prcquotas.append((quotas[quotan], int(quotav)))
             if prcquotas == []: