Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ export abstract class BaseResource<
this.prepareCredentialsFilter(this.callerSession)
);
}
this.log('EVENT DATA\n', eventData);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that the only place?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is the only place logging event data in the repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validated this is the only place logging event data by invoking CUD handlers of a resource.

progress = await this.invokeHandler(
this.callerSession,
request,
Expand Down