diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.ts b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.ts index 033eb59b6c..faec1b6da8 100644 --- a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.ts +++ b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/bitbucketCloudPullRequest.ts @@ -226,7 +226,6 @@ const getDefaultBranch = async (opts: { } const { mainbranch } = await response.json(); - console.log(authorization); const defaultBranch = mainbranch.name; if (!defaultBranch) { throw new Error(`Could not fetch default branch for ${workspace}/${repo}`);