(parse_user_spec): Remove debugging printf I'd added.
authorJim Meyering <jim@meyering.net>
Thu, 21 Sep 2000 05:40:28 +0000 (05:40 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 21 Sep 2000 05:40:28 +0000 (05:40 +0000)
Argh!

lib/userspec.c

index 67bde65..27b687d 100644 (file)
@@ -261,7 +261,6 @@ parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
                  if (xstrtoul (u, NULL, 0, &tmp_long, NULL) != LONGINT_OK
                      || tmp_long > MAXUID)
                    return _(E_invalid_user);
-                 printf ("MAXUID: %u\n", (uid_t) MAXUID);
                  *uid = tmp_long;
                }
            }