remove debug console logging statement

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-05-30 13:32:29 +02:00
parent dadc9960f9
commit b51e823383
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
---
Remove debug console logging statement
@@ -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,