Skip to content

Commit 0a34fcd

Browse files
authored
Remove print statement from app command
Removed print statement from app command.
1 parent 2d98f77 commit 0a34fcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/render_engine_cli/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
@click.group()
3232
def app():
33-
print("App invoked.")
3433
...
3534

3635

0 commit comments

Comments
 (0)