From: edward Date: Fri, 19 Aug 2016 06:05:32 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=53e336a435065258925f8c5230b8428e35eff03e Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index db1f1ee1..6e6b8c8e 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -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); }