diff --git a/o2web/source/x_component_process_Xform/DatagridPC.js b/o2web/source/x_component_process_Xform/DatagridPC.js index ea57a7ec02204171141b368cef981e6b3fb61906..441f96bf262d996ddd83008774947e20d9a76580 100644 --- a/o2web/source/x_component_process_Xform/DatagridPC.js +++ b/o2web/source/x_component_process_Xform/DatagridPC.js @@ -284,7 +284,6 @@ MWF.xApplication.process.Xform.DatagridPC = new Class({ }, _editLine:function(td){ - debugger; if (this.isEdit){ if (!this._completeLineEdit()) return false; } @@ -414,7 +413,6 @@ MWF.xApplication.process.Xform.DatagridPC = new Class({ }, _completeLineEdit: function( ev ){ - debugger; //this.currentEditLine.getElemets(td); if (!this.editValidation()){ return false;