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):
|
def replace_pattern(text, pattern, info):
|
||||||
repl = fill_pattern(pattern, info)
|
repl = fill_pattern(pattern, info)
|
||||||
for found in find_pattern(text, pattern):
|
for found in find_pattern(text, pattern):
|
||||||
print found
|
|
||||||
text = text.replace(found, repl)
|
text = text.replace(found, repl)
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user