diff --git a/supervisord.py b/supervisord.py
index 58e996ba25f8b3f904f2a8fe1cb0339b2b5f4292_c3VwZXJ2aXNvcmQucHk=..34c97b46de950768b350dad869fceda7402b0aa3_c3VwZXJ2aXNvcmQucHk= 100644
--- 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 == []: