diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js index be79a5207..5dd305452 100644 --- a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js +++ b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js @@ -326,7 +326,6 @@ DataTableCellUI.prototype._searchForMatch = function(suggestOptions) { var match = null; var commit = function() { if (match !== null) { - alert(JSON.stringify(match)); var params = { judgment: "matched", id: match.id,