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:
|
||||
# Booleans are ints!
|
||||
val = int(val)
|
||||
print "Setting: %s" % val
|
||||
#print "Setting: %s" % val
|
||||
if val < 0:
|
||||
raise ValueError("Value must be positive: %s" % val)
|
||||
return val
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user