aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-02-18 12:58:00 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-02-18 12:58:00 +0000
commitaac2a19e5022a3ac1dca1b17e575b927c39f2244 (patch)
treee78ccc8fcb00493de2136175145711f265539ff8 /networking
parent21fbe0e37521500530f36fe0a35edea52e79c19a (diff)
downloadbusybox-aac2a19e5022a3ac1dca1b17e575b927c39f2244.tar.gz
remove debugging
Diffstat (limited to 'networking')
-rw-r--r--networking/inetd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 2906b3c0a..84d15438f 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -304,11 +304,9 @@ more:
if ((cp == NULL) || (*cp == '#')) {
goto more;
}
- printf("line is %s\n", cp);
cp_ptr = strtok_r(cp, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* Error */
goto more;
}
@@ -316,7 +314,6 @@ more:
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* Error */
goto more;
}
@@ -335,7 +332,6 @@ more:
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* error */
goto more;
}
@@ -353,7 +349,6 @@ more:
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* error */
goto more;
}
@@ -369,7 +364,6 @@ more:
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* error */
goto more;
}
@@ -384,7 +378,6 @@ more:
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* error */
goto more;
}