Don't assert on crude delivery fail.

This commit is contained in:
C. Guy Yarvin 2014-12-30 16:58:34 -05:00
parent 0d80cccec9
commit e3ae2b038c

View File

@ -1532,7 +1532,7 @@ _raft_lame(u3_noun ovo, u3_noun why, u3_noun tan)
uL(fprintf(uH, "crude: all delivery failed!\n"));
u3_lo_punt(2, u3kb_flop(u3k(tan)));
c3_assert(!"crud");
// c3_assert(!"crud");
}
}
}