mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-17 20:57:54 +02:00
Remove some forgotten debugging
This commit is contained in:
parent
0f4ba39141
commit
4060ac2223
@ -13,7 +13,6 @@ def dovecot_passdb_dict(user_email):
|
||||
allow_nets.append(app.config["SUBNET"])
|
||||
if app.config["POD_ADDRESS_RANGE"]:
|
||||
allow_nets.append(app.config["POD_ADDRESS_RANGE"])
|
||||
print(allow_nets)
|
||||
return flask.jsonify({
|
||||
"password": None,
|
||||
"nopassword": "Y",
|
||||
|
Loading…
x
Reference in New Issue
Block a user