for (const groupID in this.source.del.g) {
            if (this.source.del.g[groupID] < cutoff) {
                delete this.source.del.g[groupID];
            }
        }