]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
remove a debugging printf which got checked in by accident
authorMarc Horowitz <marc@mit.edu>
Sun, 26 Jul 1998 02:31:42 +0000 (02:31 +0000)
committerMarc Horowitz <marc@mit.edu>
Sun, 26 Jul 1998 02:31:42 +0000 (02:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10749 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/kcmd.c

index c92250ded6c260822fa90dc6b30b53dc445e818a..c6f21e02f23a7dfd9b4dc8ebcaf21d16d24b21ac 100644 (file)
@@ -856,8 +856,6 @@ static int v5_des_read(fd, buf, len)
        nstored = 0;
     }
 
-    printf("nreturned = %d\n", nreturned);
-
     return(nreturned);
 }