diff --git a/client/modules/crm/src/views/task/record/list-expanded.js b/client/modules/crm/src/views/task/record/list-expanded.js index 6ae0915131..a99e6c4155 100644 --- a/client/modules/crm/src/views/task/record/list-expanded.js +++ b/client/modules/crm/src/views/task/record/list-expanded.js @@ -33,7 +33,6 @@ Espo.define('crm:views/task/record/list-expanded', ['views/record/list-expanded' rowActionsView: 'crm:views/task/record/row-actions/default', actionSetCompleted: function (data) { - console.log(1); List.prototype.actionSetCompleted.call(this, data); },