Skip to content

Commit

Permalink
chore: removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAnansky committed Jan 17, 2025
1 parent 24ddb6d commit 4b4a862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/commands/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function commonPushHandler({

export async function handlePush({ argv, config }: CommandArgs<PushOptions>): Promise<void> {
const client = new RedoclyClient(config.region);
console.log('config.region', config.region);
const isAuthorized = await client.isAuthorizedWithRedoclyByRegion();
if (!isAuthorized) {
try {
Expand Down

0 comments on commit 4b4a862

Please sign in to comment.