]> source.dussan.org Git - archiva.git/commitdiff
avoid too much noise
authorOlivier Lamy <olamy@apache.org>
Wed, 15 Oct 2014 00:08:06 +0000 (11:08 +1100)
committerOlivier Lamy <olamy@apache.org>
Wed, 15 Oct 2014 00:08:06 +0000 (11:08 +1100)
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/archiva/main.js

index 1de6e592bcee802949102f61c073379c22f123eb..b29a0126b6fd822d4f08ba80f1bca72ec664c997 100644 (file)
@@ -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'){