removed debug printf:s
This commit is contained in:
parent
7da98de695
commit
fec6fbbd49
2 changed files with 0 additions and 2 deletions
|
|
@ -158,7 +158,6 @@ cli_auto_edit(clicon_handle h,
|
||||||
}
|
}
|
||||||
if ((cvv2 = cvec_append(clicon_data_cvec_get(h, "cli-edit-cvv"), cvv1)) == NULL)
|
if ((cvv2 = cvec_append(clicon_data_cvec_get(h, "cli-edit-cvv"), cvv1)) == NULL)
|
||||||
goto done;
|
goto done;
|
||||||
fprintf(stderr, "%s alloc %p\n", __FUNCTION__, cvv2);
|
|
||||||
/* First argv argument: API_path format */
|
/* First argv argument: API_path format */
|
||||||
if ((api_path_fmt = co2apipath(coorig)) == NULL){
|
if ((api_path_fmt = co2apipath(coorig)) == NULL){
|
||||||
clicon_err(OE_YANG, EINVAL, "No apipath found");
|
clicon_err(OE_YANG, EINVAL, "No apipath found");
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,6 @@ clicon_data_cvec_set(clicon_handle h,
|
||||||
fprintf(stderr, "%s free %p\n", __FUNCTION__, cvv0);
|
fprintf(stderr, "%s free %p\n", __FUNCTION__, cvv0);
|
||||||
cvec_free(cvv0);
|
cvec_free(cvv0);
|
||||||
}
|
}
|
||||||
fprintf(stderr, "%s set %p\n", __FUNCTION__, cvv);
|
|
||||||
if (clicon_hash_add(cdat, (char*)name, &cvv, sizeof(cvv)) == NULL)
|
if (clicon_hash_add(cdat, (char*)name, &cvv, sizeof(cvv)) == NULL)
|
||||||
return -1;
|
return -1;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue