Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng authored Oct 31, 2024
1 parent c3e1e20 commit 399f8bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/plugin-context-single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export class PluginContext {

try {
await this.getApp().eachInstallation((installation) => {
logger.info("Checking installation", { installation: installation.installation.account?.login, storageOwner: this.config.storageOwner });
if (installation.installation.account?.login.toLowerCase() === this.config.storageOwner.toLowerCase()) {
octokit = installation.octokit;
}
Expand Down

0 comments on commit 399f8bc

Please sign in to comment.