From b51e823383a167c704229ae31cca62e203aaed91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 30 May 2024 13:32:29 +0200 Subject: [PATCH] remove debug console logging statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/many-windows-attack.md | 5 +++++ .../src/providers/BitbucketCloudEntityProvider.ts | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/many-windows-attack.md 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,