diff --git a/r2/r2/lib/promote.py b/r2/r2/lib/promote.py index 4fbeb81e4..92d9a9280 100644 --- a/r2/r2/lib/promote.py +++ b/r2/r2/lib/promote.py @@ -1012,12 +1012,6 @@ class PromotionLog(tdb_cassandra.View): rowkey = cls._rowkey(link) column = {uuid1(): filters._force_utf8(text)} cls._set_values(rowkey, column) - - # Dual write to old promotion_log attribute - log = list(getattr(link, "promotion_log", [])) - log.append(text) - link.promotion_log = map(filters._force_utf8, log) - link._commit() return text @classmethod