From a9f039cf14e5dde57a2c1481f8d18b4d0b42dc30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 23 Sep 2008 19:39:15 +0000 Subject: [PATCH] Drop stray debug printf --- access.c | 1 - 1 file changed, 1 deletion(-) diff --git a/access.c b/access.c index efc27043..fa1d0574 100644 --- a/access.c +++ b/access.c @@ -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 */