🔖 chore: Remove unnecessary print statements

This commit is contained in:
MartialBE
2024-05-21 01:37:01 +08:00
parent bb7e0ae80f
commit 8fc2f1a4a3
3 changed files with 0 additions and 6 deletions

View File

@@ -143,7 +143,6 @@ func getLarkUserInfoByCode(code string) (*LarkUser, error) {
if err != nil {
return nil, err
}
fmt.Println("larkUser", larkUser)
return &larkUser, nil
}