Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 258cc01..677a911 100644 (file)
@@ -458,7 +458,7 @@ Pman.Tab.PersonList.prototype = {
                     //Pman.genericDelete(_this, 'Person'); 
                     
                     var rec = _this.grid.ds.getAt(_this.grid.selModel.last);
-                    console.log(_this.paging.onClick('refresh'););  
+                    _this.paging.onClick('refresh');
                     var ids = [];
                     ids.push(rec.id);
                     if (!ids.length) {