We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4395f commit b60b084Copy full SHA for b60b084
mamonsu/tools/bootstrap/start.py
@@ -164,7 +164,6 @@ def fill_query_params(queries):
164
'lsn' if Pooler.server_version_greater('10.0') else 'location'
165
).split(QuerySplit):
166
formatted_queries += sql
167
- print(formatted_queries)
168
return formatted_queries
169
170
@@ -176,8 +175,6 @@ def fill_grant_params(queries, args):
176
175
'wal' if Pooler.server_version_greater('10.0') else 'xlog'
177
178
formatted_grants_queries += sql
179
- print(formatted_grants_queries)
180
-
181
return formatted_grants_queries
182
183
0 commit comments