mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot_merge: leftover debug prints
This commit is contained in:
parent
c235e9f6cc
commit
7bd136b9d2
@ -298,9 +298,7 @@ All substitutions are tentatively applied sequentially to the input.
|
||||
return self.filtered(lambda r: branch in branches(ast.literal_eval(r.branch_filter)))
|
||||
|
||||
def _remap_label(self, label):
|
||||
print(self.substitutions)
|
||||
for line in filter(None, (self.substitutions or '').splitlines()):
|
||||
print(line)
|
||||
sep = line[0]
|
||||
_, pattern, repl, flags = line.split(sep)
|
||||
label = re.sub(
|
||||
|
Loading…
Reference in New Issue
Block a user