Skip to content

Commit db59cd6

Browse files
committed
auth: remove debug print
1 parent 49370e3 commit db59cd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rpc/auth/twitter/provider.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ func (p *AuthProvider) Verify(
8888
return proto.Identity{}, fmt.Errorf("failed to get X user info: %w", err)
8989
}
9090

91-
fmt.Println("accInfo", accInfo)
92-
9391
identity := proto.Identity{
9492
Type: proto.IdentityType_Twitter,
9593
Issuer: "",

0 commit comments

Comments
 (0)