removed debug logs
This commit is contained in:
		
							
								
								
									
										2
									
								
								api.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								api.go
									
									
									
									
									
								
							| @ -180,7 +180,6 @@ func (api *Api) AutoRefresh(ctx context.Context) error { | ||||
| } | ||||
|  | ||||
| func (api *Api) Refresh() error { | ||||
| 	fmt.Println("refresh") | ||||
| 	api.refreshMutex.Lock() | ||||
| 	defer api.refreshMutex.Unlock() | ||||
|  | ||||
| @ -211,6 +210,5 @@ func (api *Api) Refresh() error { | ||||
| 	api.accessToken = response.Result.AccessToken | ||||
| 	api.refreshToken = response.Result.RefreshToken | ||||
|  | ||||
| 	fmt.Println("refresh successful") | ||||
| 	return nil | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user