mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
remove useless logs
This commit is contained in:
parent
4c1279cc45
commit
e2c72e780e
2 changed files with 0 additions and 2 deletions
|
|
@ -129,7 +129,6 @@
|
|||
//_statusInProgressSpinner.accessibilityLabel = @"Delivery in progress";
|
||||
|
||||
if (_messageText && ![LinphoneManager getMessageAppDataForKey:@"localvideo" inMessage:_message]) {
|
||||
LOGD(_messageText.text);
|
||||
[_messageText setHidden:FALSE];
|
||||
/* We need to use an attributed string here so that data detector don't mess
|
||||
* with the text style. See http://stackoverflow.com/a/20669356 */
|
||||
|
|
|
|||
|
|
@ -272,7 +272,6 @@ static LinphoneBuffer *linphone_iphone_file_transfer_send(LinphoneChatMessage *m
|
|||
linphone_iphone_file_transfer_send);
|
||||
|
||||
// internal url is saved in the appdata for display and later save
|
||||
LOGE(@"nnnn %@ %@",key, keyData);
|
||||
[LinphoneManager setValueInMessageAppData:keyData forKey:key inMessage:_message];
|
||||
[LinphoneManager setValueInMessageAppData:qualityData forKey:@"uploadQuality" inMessage:_message];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue