summaryrefslogtreecommitdiff
path: root/entry.c
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-06-27 10:31:53 -0700
committerlouie <lshprung@yahoo.com>2020-06-27 10:31:53 -0700
commit7b9771701e55592d9aeffaa78fe827ff73ef65ac (patch)
tree8537b4e6cdcad60887337b54ee4ee46b8e640520 /entry.c
parent0eb46442f5541f365ebb327375b9e5992194fbd8 (diff)
Added ability to set flags in config
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;