Fixed debug message in mblogin

This commit is contained in:
Michiel Broek
2002-01-06 13:52:32 +00:00
parent aaae44dbd9
commit 7902d8a4e7
3 changed files with 10 additions and 14 deletions

View File

@@ -61,8 +61,6 @@ int pw_auth(const char *cipher, const char *user, int reason, const char *input)
const char *cp;
int retval;
printf("\n%s %s %d %s\n", cipher, user, reason, input);
/*
* There are programs for adding and deleting authentication data.
*/