removed debug printf:s

This commit is contained in:
Olof hagsand 2020-10-14 22:24:39 +02:00
parent 7da98de695
commit fec6fbbd49
2 changed files with 0 additions and 2 deletions

View file

@ -179,7 +179,6 @@ clicon_data_cvec_set(clicon_handle h,
fprintf(stderr, "%s free %p\n", __FUNCTION__, cvv0);
cvec_free(cvv0);
}
fprintf(stderr, "%s set %p\n", __FUNCTION__, cvv);
if (clicon_hash_add(cdat, (char*)name, &cvv, sizeof(cvv)) == NULL)
return -1;
return 0;