Skip to content

Commit 4b4a862

Browse files
committed
chore: removed logs
1 parent 24ddb6d commit 4b4a862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli/src/commands/push.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export function commonPushHandler({
6262

6363
export async function handlePush({ argv, config }: CommandArgs<PushOptions>): Promise<void> {
6464
const client = new RedoclyClient(config.region);
65-
console.log('config.region', config.region);
6665
const isAuthorized = await client.isAuthorizedWithRedoclyByRegion();
6766
if (!isAuthorized) {
6867
try {

0 commit comments

Comments
 (0)