Remove old fprintf

This commit is contained in:
Steve Dee 2014-03-12 11:52:11 -07:00
parent 27ec17b711
commit b71e6f161d

View File

@ -83,7 +83,6 @@ _raft_readname(const c3_c* str_c, c3_w siz_w)
nam_u->str_c = malloc(siz_w + 1);
strncpy(nam_u->str_c, str_c, siz_w);
nam_u->str_c[siz_w] = '\0';
//fprintf(stderr, "raft: peer %s\n", nam_u->str_c);
if ( 0 == (col_c = strchr(nam_u->str_c, ':')) ) {
uL(fprintf(uH, "raft: invalid name %s\n", nam_u->str_c));