mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 05:23:35 +03:00
Remove old fprintf
This commit is contained in:
parent
27ec17b711
commit
b71e6f161d
1
v/raft.c
1
v/raft.c
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user