Commit d17a1d109ad0a048e5fb1a00135905f22db1fbfa
1 parent
06a83fba
no message
Showing
1 changed file
with
0 additions
and
2 deletions
CNLiveMineModule/Classes/UserInfo/CNLiveInfoUpdateController.m
| ... | ... | @@ -34,7 +34,6 @@ |
| 34 | 34 | #import "CNLiveUserInfoNavigationBar.h" |
| 35 | 35 | |
| 36 | 36 | #import "CNLiveInfoUpdateCell.h" |
| 37 | -#import "CNLiveEnvironment.h" | |
| 38 | 37 | |
| 39 | 38 | @interface CNLiveInfoUpdateController ()<UITextFieldDelegate,UITextViewDelegate,CNLiveUserInfoNavigationBarDelegate,QMUIAlertControllerDelegate,UIImagePickerControllerDelegate,UINavigationControllerDelegate,TZImagePickerControllerDelegate,UITableViewDelegate,UITableViewDataSource>{ |
| 40 | 39 | UIImage *_image; |
| ... | ... | @@ -416,7 +415,6 @@ static const CGFloat timeValue = 1.5; |
| 416 | 415 | //压缩图片质量 |
| 417 | 416 | image = [self reduceImage:image percent:0.5]; |
| 418 | 417 | [QMUITips showLoading:@"修改中" inView:self.view]; |
| 419 | - NSLog(@"%@",AppId); | |
| 420 | 418 | |
| 421 | 419 | [CNLiveUserSystemCenter uploadIconWithUid:CNUserShareModel.uid icon:image compressionQuality:0.99 success:^(id result) { |
| 422 | 420 | [[IMAPlatform sharedInstance].host asyncProfile]; | ... | ... |