mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Remove forgotten debug logs
This commit is contained in:
parent
3c36b055f9
commit
cb34fbc443
1 changed files with 0 additions and 2 deletions
|
|
@ -1065,10 +1065,8 @@ public class LinphoneActivity extends FragmentActivity implements OnClickListene
|
|||
}
|
||||
for (int i = 0; i < contactCursor.getCount(); i++) {
|
||||
Contact contact = Compatibility.getContact(getContentResolver(), contactCursor, i);
|
||||
Log.e("Contact ID = " + contact.getID());
|
||||
for (Contact c : sipContactList) {
|
||||
if (c.getID().equals(contact.getID())) {
|
||||
Log.e("Match found : Temp ID = " + c.getID());
|
||||
contact = c;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue