From 53e336a435065258925f8c5230b8428e35eff03e Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 14:05:32 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.39.2