mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
notmuch setup: Remove a debugging print.
This was just some extra noise printed when requesting a non-default mail directory itneractively.
This commit is contained in:
parent
1eec45659b
commit
59d82640dc
1 changed files with 1 additions and 3 deletions
|
@ -533,7 +533,7 @@ setup_command (unused (void *ctx), unused (int argc), unused (char *argv[]))
|
|||
free (default_path);
|
||||
}
|
||||
|
||||
/* Coerce th directory into an absolute directory name. */
|
||||
/* Coerce the directory into an absolute directory name. */
|
||||
if (*mail_directory != '/') {
|
||||
char *cwd, *absolute_mail_directory;
|
||||
|
||||
|
@ -553,8 +553,6 @@ setup_command (unused (void *ctx), unused (int argc), unused (char *argv[]))
|
|||
free (cwd);
|
||||
free (mail_directory);
|
||||
mail_directory = absolute_mail_directory;
|
||||
|
||||
printf ("Abs: %s\n", mail_directory);
|
||||
}
|
||||
|
||||
notmuch = notmuch_database_create (mail_directory);
|
||||
|
|
Loading…
Reference in a new issue