mirror of https://github.com/apache/archiva.git
avoid too much noise
This commit is contained in:
parent
ea1e055516
commit
aae1cd8c5a
|
@ -41,8 +41,8 @@ function(jquery,ui,sammy,tmpl,i18n,jqueryCookie,bootstrap,archivaSearch,jqueryVa
|
|||
|
||||
kUser.rememberme(user.rememberme());
|
||||
var userJson=ko.toJSON(kUser);
|
||||
$.log("reccordLoginCookie:"+userJson);
|
||||
$.log("reccordLoginCookie:expires:"+expires+",path:"+path+",domain:"+domain+",secure:"+secure+",user:"+userJson);
|
||||
//$.log("reccordLoginCookie:"+userJson);
|
||||
//$.log("reccordLoginCookie:expires:"+expires+",path:"+path+",domain:"+domain+",secure:"+secure+",user:"+userJson);
|
||||
|
||||
var options = null;
|
||||
if (secure == 'true'){
|
||||
|
|
Loading…
Reference in New Issue