aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/initlog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/initlog.c b/src/initlog.c
index e542d0f9..522d3618 100644
--- a/src/initlog.c
+++ b/src/initlog.c
@@ -135,8 +135,6 @@ char **toArray(char *line, int *num) {
*num = 0;
lines = NULL;
- printf("in toArray, |%s|\n",line);
-
while ((tmpline=getLine(&line))) {
if (!*num)
lines = (char **) malloc(sizeof(char *));