Whoops, remove stray debugging that was left in.

This commit is contained in:
Oliver Jowett 2015-02-08 18:16:49 +00:00
parent 1e817ab9e4
commit b31709a278

View file

@ -1217,7 +1217,6 @@ void useModesMessage(struct modesMessage *mm) {
// squelched the first message, then re-emit the // squelched the first message, then re-emit the
// first message now. // first message now.
if (!Modes.net_verbatim && a->messages == 2) { if (!Modes.net_verbatim && a->messages == 2) {
fprintf(stderr, "reemit first message for %06x\n", a->addr);
displayModesMessage(&a->first_message); displayModesMessage(&a->first_message);
modesQueueOutput(&a->first_message); modesQueueOutput(&a->first_message);
} }