summaryrefslogtreecommitdiff
path: root/src/note_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/note_list.c')
-rw-r--r--src/note_list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/note_list.c b/src/note_list.c
index 638d631..bcfd1e0 100644
--- a/src/note_list.c
+++ b/src/note_list.c
@@ -178,7 +178,6 @@ int note_list_edit(note_list_t* list, char* editor, char* note_name) {
strcat(path, list->names[id]);
strcat(path, ".");
strcat(path, list->extension);
- printf("%s\n", path);
note_t note;
note_new(&note, path);

Generated by cgit