mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05: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) {
|
||||
const char *logfile = get_log_file_location();
|
||||
cons_show("Log file: %s", logfile);
|
||||
cons_show("Log file: %s", get_log_file_location());
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user