mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
WIP: Remove print statement in do_replace function.
This commit is contained in:
parent
fb12b73975
commit
106b72ad70
1 changed files with 0 additions and 1 deletions
1
utils.py
1
utils.py
|
@ -77,7 +77,6 @@ def do_replace(fname, before_text, after_text):
|
|||
|
||||
# does it want to make a new file?
|
||||
if not fname.exists() and not before_text.strip():
|
||||
print("Creating empty file:", fname)
|
||||
fname.touch()
|
||||
|
||||
content = fname.read_text()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue