summaryrefslogtreecommitdiff
path: root/entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'entry.c')
-rw-r--r--entry.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/entry.c b/entry.c
index f9647f5..46cb6b4 100644
--- a/entry.c
+++ b/entry.c
@@ -42,8 +42,6 @@ ENTRY *create_entry(char *new_name, char *new_path){
strcpy(new->name, new_name);
strcpy(new->path, adjusted_path);
- printf("1 DEBUG: %s\n", adjusted_path);
- printf("2 DEBUG: %s\n", adjusted_path);
new->next = NULL;
return new;