Pman.Tab.PersonList.js
authoredward <edward@roojs.com>
Fri, 19 Aug 2016 06:05:32 +0000 (14:05 +0800)
committeredward <edward@roojs.com>
Fri, 19 Aug 2016 06:05:32 +0000 (14:05 +0800)
Pman.Tab.PersonList.js

index db1f1ee..6e6b8c8 100644 (file)
@@ -249,7 +249,6 @@ Pman.Tab.PersonList.prototype = {
                 listeners : {
                     rowdblclick : function(g, ri, e) {
                         var s = g.getDataSource().getAt(ri).data;
-                        Roo.log(s);
                         if (_this.dialog() && Pman.hasPerm(_this.permName, 'E')) {
                             _this.dialog().show(s,refreshPager);
                         }