Skip to content

Commit 9366247

Browse files
committed
fix: rm unneccesary print message
1 parent cf7149f commit 9366247

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mamonsu/tools/bootstrap/start.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ def __init__(self):
6464
parser.add_option_group(bootstrap_group)
6565

6666
self.args, commands = parser.parse_args()
67-
print(self.args)
68-
print(commands)
6967
if len(commands) > 0:
7068
if len(commands) == 1:
7169
self.args.dbname = commands[0]

0 commit comments

Comments
 (0)