Delete remaining print.
This commit is contained in:
parent
2a2eb5ed96
commit
9626ec5330
@ -58,7 +58,6 @@ def find_pattern(text, pattern):
|
||||
def replace_pattern(text, pattern, info):
|
||||
repl = fill_pattern(pattern, info)
|
||||
for found in find_pattern(text, pattern):
|
||||
print found
|
||||
text = text.replace(found, repl)
|
||||
return text
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user