summaryrefslogtreecommitdiff
path: root/src/compgen.c
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-10 15:03:43 +0100
committerPhil Jones <philj56@gmail.com>2022-06-10 15:03:43 +0100
commit8ed1afd0bf92e2a4f420f3fefe35b1fc3181cc76 (patch)
tree0f02a7846148b11e197bf123a6f5dc1146588be7 /src/compgen.c
parente95df559761692e2ec9252564b0d416b9bf99993 (diff)
Add indents to log functions.
Diffstat (limited to 'src/compgen.c')
-rw-r--r--src/compgen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compgen.c b/src/compgen.c
index f514d66..3ab228a 100644
--- a/src/compgen.c
+++ b/src/compgen.c
@@ -90,6 +90,5 @@ struct string_vec compgen(struct history *history)
programs.buf[i] = xstrdup(to_add.buf[i]);
}
string_vec_destroy(&to_add);
- log_debug("Done.\n");
return programs;
}