Merge pull request #744 from kaiyou/fix-remove-debug

Remove some forgotten debugging, fix #720
This commit is contained in:
mergify[bot]
2018-12-13 16:40:31 +00:00
committed by GitHub

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