diff --git a/Classes/ImagePickerView.m b/Classes/ImagePickerView.m index 66be8d898..575963902 100644 --- a/Classes/ImagePickerView.m +++ b/Classes/ImagePickerView.m @@ -184,8 +184,8 @@ static UICompositeViewDescription *compositeDescription = nil; - (void) passImageToDelegate:(UIImage *)image PHAssetId:(NSString *)assetId { if (imagePickerDelegate != nil) { - [imagePickerDelegate imagePickerDelegateImage:image info:(NSString *)assetId]; -} + [imagePickerDelegate imagePickerDelegateImage:image info:(NSString *)assetId]; + } } /* if (imagePickerDelegate != nil) { @@ -216,7 +216,6 @@ static UICompositeViewDescription *compositeDescription = nil; + (void)SelectImageFromDevice:(id)delegate atPosition:(UIView *)ipadPopoverView inView:(UIView *)ipadView { - LOGD(@"PUTAIN"); void (^block)(UIImagePickerControllerSourceType) = ^(UIImagePickerControllerSourceType type) { ImagePickerView *view = VIEW(ImagePickerView); view.sourceType = type; diff --git a/Classes/LinphoneUI/UIChatBubblePhotoCell.m b/Classes/LinphoneUI/UIChatBubblePhotoCell.m index 9bd8b9321..99c85c91e 100644 --- a/Classes/LinphoneUI/UIChatBubblePhotoCell.m +++ b/Classes/LinphoneUI/UIChatBubblePhotoCell.m @@ -68,10 +68,6 @@ return; super.event = event; - - //LOGD([NSString stringWithFormat:@"photo cell adress: %p", self]); - //LOGD([NSString stringWithFormat:@"event adress: %p", event]); - //LOGD([NSString stringWithFormat:@"message adress: %p", linphone_event_log_get_chat_message(event)]); [self setChatMessage:linphone_event_log_get_chat_message(event)]; } @@ -118,7 +114,6 @@ } - (void) loadAsset:(PHAsset *) asset { - LOGD(@"SALOPE"); PHImageRequestOptions *options = [[PHImageRequestOptions alloc] init]; options.synchronous = TRUE; [[PHImageManager defaultManager] requestImageForAsset:asset targetSize:PHImageManagerMaximumSize contentMode:PHImageContentModeDefault options:options @@ -201,7 +196,6 @@ fullScreenImage = YES; } else if(!assetIsLoaded) { assetIsLoaded = TRUE; - LOGD(@"POUET"); if (localImage) { // we did not load the image yet, so start doing so if (_messageImageView.image == nil) {