diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 1b9647f37..4c6deea9a 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -239,7 +239,6 @@ void linphone_call_log_set_ref_key(LinphoneCallLog *cl, const char *refkey){ cl->refkey=NULL; } if (refkey) cl->refkey=ms_strdup(refkey); - call_logs_write_to_config_file(cl->lc); } /**