mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
log: remove dead code
This commit is contained in:
parent
18ba3723d4
commit
1fe847cb4e
1 changed files with 0 additions and 1 deletions
1
log.c
1
log.c
|
@ -35,7 +35,6 @@ _log(enum log_class log_class, const char *module, const char *file, int lineno,
|
|||
if (colorize)
|
||||
printf("\e[0m");
|
||||
|
||||
//printf("%%s\n", buf);
|
||||
vprintf(fmt, va);
|
||||
|
||||
if (sys_errno != 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue