]> granicus.if.org Git - sudo/commitdiff
removed debugging printf
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 7 Jun 1995 02:41:46 +0000 (02:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 7 Jun 1995 02:41:46 +0000 (02:41 +0000)
check.c

diff --git a/check.c b/check.c
index c1d8d538eb53a3caee45e862e4b9d3c2f16c5f06..0ecfa8b6517b2c39dd1e6bd943de3baff146798c 100644 (file)
--- a/check.c
+++ b/check.c
@@ -570,8 +570,6 @@ int sudo_krb_validate_user(user, pass)
     char *env;
     int k_errno;
 
-    fprintf(stderr, "validating via kerb4\n");
-
     /* Get the local realm */
     if (krb_get_lrealm(realm, 1) != KSUCCESS) {
        /* XXX - use logging functions */