Skip to content

Commit b60b084

Browse files
committed
fix: do not show bootstrap queries
1 parent aa4395f commit b60b084

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mamonsu/tools/bootstrap/start.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ def fill_query_params(queries):
164164
'lsn' if Pooler.server_version_greater('10.0') else 'location'
165165
).split(QuerySplit):
166166
formatted_queries += sql
167-
print(formatted_queries)
168167
return formatted_queries
169168

170169

@@ -176,8 +175,6 @@ def fill_grant_params(queries, args):
176175
'wal' if Pooler.server_version_greater('10.0') else 'xlog'
177176
).split(QuerySplit):
178177
formatted_grants_queries += sql
179-
print(formatted_grants_queries)
180-
181178
return formatted_grants_queries
182179

183180

0 commit comments

Comments
 (0)