1
0
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:
kaiyou 2018-12-13 15:17:53 +01:00
parent 0f4ba39141
commit 4060ac2223

View File

@ -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",