diff --git a/.changeset/many-windows-attack.md b/.changeset/many-windows-attack.md new file mode 100644 index 0000000000..d0516244f4 --- /dev/null +++ b/.changeset/many-windows-attack.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch +--- + +Remove debug console logging statement diff --git a/plugins/catalog-backend-module-bitbucket-cloud/src/providers/BitbucketCloudEntityProvider.ts b/plugins/catalog-backend-module-bitbucket-cloud/src/providers/BitbucketCloudEntityProvider.ts index b52d28a52e..9135e0717f 100644 --- a/plugins/catalog-backend-module-bitbucket-cloud/src/providers/BitbucketCloudEntityProvider.ts +++ b/plugins/catalog-backend-module-bitbucket-cloud/src/providers/BitbucketCloudEntityProvider.ts @@ -146,7 +146,6 @@ export class BitbucketCloudEntityProvider implements EntityProvider { return schedule.run({ id: taskId, fn: async () => { - console.log('---> child', this.logger); const logger = this.logger.child({ class: BitbucketCloudEntityProvider.prototype.constructor.name, taskId,