Skip to content

Commit

Permalink
fix(platforms): removes logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io committed Aug 22, 2023
1 parent 8fa132c commit 4f456da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platforms/src/GuildXYZ/Providers/guildXYZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export async function checkGuildStats(memberships: GuildMembership[]): Promise<G
class GuildProvider {
protected async checkMemberShipStats(address: string): Promise<GuildStats> {
const memberships = await getGuildMemberships(address);
// console.log("memberships", memberships);
const stats = await checkGuildStats(memberships);
return stats;
}
Expand Down

0 comments on commit 4f456da

Please sign in to comment.