1
0
Fork 0

removed debug message

This commit is contained in:
Frank Celler 2014-03-03 11:12:08 +01:00
parent 0e2075f3f3
commit 2e80955b5f
1 changed files with 0 additions and 5 deletions

View File

@ -668,11 +668,6 @@ bool TRI_CheckAuthenticationAuthInfo (TRI_vocbase_t* vocbase,
username,
auth->_password + 12,
hex);
LOG_INFO("found active user '%s', expecting password '%s', got '%s'",
username,
auth->_password + 12,
hex);
res = TRI_EqualString(auth->_password + 12, hex);
TRI_FreeString(TRI_CORE_MEM_ZONE, hex);