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

Remove some forgotten debugging, fix #720
master
mergify[bot] 6 years ago committed by GitHub
commit 5795d8be16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save