Drop stray debug printf

This commit is contained in:
Andreas Öman 2008-09-23 19:39:15 +00:00
parent d83540b9b8
commit a9f039cf14

View file

@ -54,7 +54,6 @@ access_verify(const char *username, const char *password,
if(ae->ae_username[0] != '*') {
/* acl entry requires username to match */
printf("Need user access\n");
if(username == NULL)
continue; /* Didn't get one */