Roo/data/HttpProxy.js
[roojs1] / Roo / data / HttpProxy.js
index 14d955f..0b979ee 100644 (file)
@@ -133,7 +133,7 @@ Roo.extend(Roo.data.HttpProxy, Roo.data.DataProxy, {
             o.request.callback.call(o.request.scope, null, o.request.arg, false);
             return;
         }
-        Roo.log(result);
+        
         this.fireEvent("load", this, o, o.request.arg);
         o.request.callback.call(o.request.scope, result, o.request.arg, true);
     },