Skip to content

Commit d7cf1c8

Browse files
brass75john0isaac
andauthored
Update utils.py
Co-authored-by: John Aziz <johnaziz269@gmail.com>
1 parent bbabdd8 commit d7cf1c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/render_engine_cli/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ def handle_content_file(ctx: click.Context, param: click.Option, value: str) ->
221221
click.secho('Please enter the content. To finish, put a "." on a blank line.', fg="green")
222222
while (line := input("")) != ".":
223223
content.append(line)
224-
print(content)
225224
return "\n".join(content)
226225
path = Path(value)
227226
if not path.exists:

0 commit comments

Comments
 (0)