mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[REM] runbot_merge: leftover debug print
Found by @d-fence
This commit is contained in:
parent
ffd432311f
commit
4c8ab63af8
@ -101,7 +101,6 @@ class Project(models.Model):
|
||||
f.project_id.id: f.id
|
||||
for f in self.env['runbot_merge.project.freeze'].search([('project_id', 'in', self.ids)])
|
||||
}
|
||||
print(freezes)
|
||||
for project in self:
|
||||
project.freeze_id = freezes.get(project.id) or False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user