Pman.Login.js
authorjohn <john@roojs.com>
Thu, 14 Jun 2018 04:43:44 +0000 (12:43 +0800)
committerjohn <john@roojs.com>
Thu, 14 Jun 2018 04:43:44 +0000 (12:43 +0800)
Pman.Login.js

index fb10c87..0739d52 100644 (file)
@@ -157,8 +157,6 @@ Pman.Login =  new Roo.util.Observable({
     
     success : function(res)  // check successfull...
     {  
-        
-        Roo.log(res);
         this.sending = false;
         
         if (!res.success) {
@@ -185,8 +183,6 @@ Pman.Login =  new Roo.util.Observable({
     
     fillAuth: function(au) {
         
-        Roo.log(au);
-        
         //pause auth check in open system
         if(au.id * 1 > 0) {
             this.startAuthCheck();