remove debug console logging statement
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
|
||||
---
|
||||
|
||||
Remove debug console logging statement
|
||||
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user