Skip to content

Commit 2578b89

Browse files
committed
Remove unnecessary step
1 parent 6c5b7f3 commit 2578b89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/python/generate_clients.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ def main():
361361
else:
362362
logging.basicConfig(level=logging.INFO, format="%(message)s")
363363

364-
if os.environ.get("POLARIS_CLI_SKIP_CLIENT_GENERATION", "false").lower() == "true":
365-
logger.info("POLARIS_CLI_SKIP_CLIENT_GENERATION is set to true, skipping client generation.")
366-
return
367364
build()
368365

369366

0 commit comments

Comments
 (0)