mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-09 16:51:33 +00:00
Drop transitional code
This commit is contained in:
parent
16cca9c55d
commit
41ac7a81f9
@ -179,10 +179,6 @@ class EmailPolicy(BasePolicy, Rest):
|
|||||||
emails = []
|
emails = []
|
||||||
sent_age = 0
|
sent_age = 0
|
||||||
sent = False
|
sent = False
|
||||||
# TODO: This transitional code can only trigger on the first
|
|
||||||
# production run, feel free to drop this shortly after merging.
|
|
||||||
if cached is True:
|
|
||||||
sent = True
|
|
||||||
if self.dry_run:
|
if self.dry_run:
|
||||||
self.log("[email dry run] Considering: %s/%s: %s" %
|
self.log("[email dry run] Considering: %s/%s: %s" %
|
||||||
(source_name, version, "stuck" if stuck else "not stuck"))
|
(source_name, version, "stuck" if stuck else "not stuck"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user