From 6a56036c9e7f489ac5d389dddca5a2202df90e19 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Fri, 29 May 2020 11:14:17 +0000 Subject: [PATCH] [TD-424] remove debug print --- src/system/detail/src/mgmtShell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/system/detail/src/mgmtShell.c b/src/system/detail/src/mgmtShell.c index edc05dd71c..a3c93cbbce 100644 --- a/src/system/detail/src/mgmtShell.c +++ b/src/system/detail/src/mgmtShell.c @@ -797,8 +797,7 @@ int mgmtProcessAlterUserMsg(char *pMsg, int msgLen, SConnObj *pConn) { pUser->superAuth = 0; pUser->writeAuth = 0; pUser->auditAuth = 1; - } - printf("user right: s %d, w %d, a %d \r\n ",pUser->superAuth,pUser->writeAuth, pUser->auditAuth); + } code = mgmtUpdateUser(pUser); mLPrint("user:%s privilege is altered by %s, code:%d", pAlter->user, pConn->pUser->user, code); } else { -- GitLab