We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ddb6d commit 4b4a862Copy full SHA for 4b4a862
packages/cli/src/commands/push.ts
@@ -62,7 +62,6 @@ export function commonPushHandler({
62
63
export async function handlePush({ argv, config }: CommandArgs<PushOptions>): Promise<void> {
64
const client = new RedoclyClient(config.region);
65
- console.log('config.region', config.region);
66
const isAuthorized = await client.isAuthorizedWithRedoclyByRegion();
67
if (!isAuthorized) {
68
try {
0 commit comments