mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-26 12:14:28 -04:00
cmd_funcs.c: Remove not needed variable
This commit is contained in:
parent
f8ff93234e
commit
a0e1dfbb87
@ -6377,8 +6377,7 @@ cmd_log(ProfWin *window, const char *const command, gchar **args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(subcmd, "where") == 0) {
|
if (strcmp(subcmd, "where") == 0) {
|
||||||
const char *logfile = get_log_file_location();
|
cons_show("Log file: %s", get_log_file_location());
|
||||||
cons_show("Log file: %s", logfile);
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user