diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-06 15:38:37 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-06 15:38:37 +0000 |
commit | 0208aad4f896cfc5e6001ae2c623db506e3bdb6b (patch) | |
tree | 55063c2b8236dd6ff62ff05b92bf4550252b7eee | |
parent | bc662c04ae3f3a7d441a22bb5ca57c14dd57e81e (diff) | |
download | initscripts-0208aad4f896cfc5e6001ae2c623db506e3bdb6b.tar initscripts-0208aad4f896cfc5e6001ae2c623db506e3bdb6b.tar.gz initscripts-0208aad4f896cfc5e6001ae2c623db506e3bdb6b.tar.bz2 initscripts-0208aad4f896cfc5e6001ae2c623db506e3bdb6b.tar.xz initscripts-0208aad4f896cfc5e6001ae2c623db506e3bdb6b.zip |
what's that debugging code doing there?
-rw-r--r-- | src/initlog.c | 2 |
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 *)); |