Skip to content

Commit

Permalink
Oops, zap debugging printout leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
grayed committed Jan 11, 2020
1 parent 5b7b12f commit a51dd75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oicb.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ save_history(char type, const char *peer, const char *msg, int incoming) {
char *path;
const int datelen = 20;

warnx("%s: type='%c' peer='%s' msg='%s' incomint=%d", __func__, type, peer, msg, incoming);
if (!enable_history)
return;

Expand Down

0 comments on commit a51dd75

Please sign in to comment.