forked from mirrors/linphone-iphone
Removing debug logs
This commit is contained in:
parent
de1b8cefc0
commit
40dac1cabb
2 changed files with 2 additions and 9 deletions
|
|
@ -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<ImagePickerDelegate>)delegate
|
||||
atPosition:(UIView *)ipadPopoverView
|
||||
inView:(UIView *)ipadView {
|
||||
LOGD(@"PUTAIN");
|
||||
void (^block)(UIImagePickerControllerSourceType) = ^(UIImagePickerControllerSourceType type) {
|
||||
ImagePickerView *view = VIEW(ImagePickerView);
|
||||
view.sourceType = type;
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue