summaryrefslogtreecommitdiff
path: root/src/director.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/director.c')
-rwxr-xr-xsrc/director.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/director.c b/src/director.c
index e0b16b9..6d2fe8c 100755
--- a/src/director.c
+++ b/src/director.c
@@ -7,6 +7,7 @@
#include <unistd.h>
#include <assert.h>
+#include "main.h"
#include "list.h"
#include "string_length.h"
@@ -42,7 +43,6 @@ director_t* loadDirector(char *s)
}
new->path = strdup(path);
- printf("new->path = %s\n", new->path);
dir = opendir(new->path);