remove debugging
authorGlenn L McGrath <bug1@ihug.co.nz>
Wed, 18 Feb 2004 12:58:00 +0000 (12:58 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Wed, 18 Feb 2004 12:58:00 +0000 (12:58 -0000)
networking/inetd.c

index 2906b3c0ada2e96aec23548e7dd7d1f2af7b4936..84d15438fc9e67dc59248722d002882c0ac6e38c 100644 (file)
@@ -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;
        }