Skip to content
Snippets Groups Projects
Commit 34c97b46de95 authored by jfp's avatar jfp
Browse files

Remove a print

parent 58e996ba25f8
No related branches found
No related tags found
No related merge requests found
...@@ -881,7 +881,6 @@ ...@@ -881,7 +881,6 @@
print(f'{sn}: {quotan}={quotav} not a valid quota') print(f'{sn}: {quotan}={quotav} not a valid quota')
crtl.vms_exit(ssdef.SS__INVARG) crtl.vms_exit(ssdef.SS__INVARG)
if quotan == 'CPULM': if quotan == 'CPULM':
print('>>>', repr(quotav))
quotav = int(quotav) * 100 quotav = int(quotav) * 100
prcquotas.append((quotas[quotan], int(quotav))) prcquotas.append((quotas[quotan], int(quotav)))
if prcquotas == []: if prcquotas == []:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment