From b4de86d7311445d4cac3d7056fac57a6e25d1f88 Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Fri, 28 Mar 2003 22:07:39 +0000
Subject: [PATCH]  o remove confusing debug message "authentication==none"

---
 src/plugins/auth/auth_none.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/auth/auth_none.c b/src/plugins/auth/auth_none.c
index ad42369e7c7..7a6ab779872 100644
--- a/src/plugins/auth/auth_none.c
+++ b/src/plugins/auth/auth_none.c
@@ -148,7 +148,6 @@ enum {
  */
 int init ( void )
 {
-	debug("authentication==none");
 	return SLURM_SUCCESS;
 }
 
-- 
GitLab