mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
don't print this debug message
This commit is contained in:
parent
17a989672d
commit
70d1d7e99a
@ -176,7 +176,7 @@ def validate_pos_int(val):
|
|||||||
else:
|
else:
|
||||||
# Booleans are ints!
|
# Booleans are ints!
|
||||||
val = int(val)
|
val = int(val)
|
||||||
print "Setting: %s" % val
|
#print "Setting: %s" % val
|
||||||
if val < 0:
|
if val < 0:
|
||||||
raise ValueError("Value must be positive: %s" % val)
|
raise ValueError("Value must be positive: %s" % val)
|
||||||
return val
|
return val
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user