commit b2475a08dea8afacb8cdc2355e9ec11c3546c420 from: Omar Polo date: Mon Jun 21 20:46:09 2021 UTC kill debug comment commit - 6322dee30ab150c0ec9331c2fc34ac1c4294bd75 commit + b2475a08dea8afacb8cdc2355e9ec11c3546c420 blob - 4de5b445b0e1faa557eabf4284c95d39c03427da blob + 5f153261cf432466072d1a785a2d8b551cfac474 --- parse.y +++ parse.y @@ -359,12 +359,6 @@ setcolor(const char *prfx, const char *line, const cha void parseconfig(const char *filename, int fonf) { - /* - char c; - printf("proceed?\n"); - read(0, &c, 1); - */ - if ((yyfp = fopen(filename, "r")) == NULL) { if (fonf) err(1, "%s", filename);