From 4060ac22237e0f0b179b9e533030092058f77d7a Mon Sep 17 00:00:00 2001 From: kaiyou Date: Thu, 13 Dec 2018 15:17:53 +0100 Subject: [PATCH] Remove some forgotten debugging --- core/admin/mailu/internal/views/dovecot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/admin/mailu/internal/views/dovecot.py b/core/admin/mailu/internal/views/dovecot.py index 762bd941..463ecc20 100644 --- a/core/admin/mailu/internal/views/dovecot.py +++ b/core/admin/mailu/internal/views/dovecot.py @@ -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",