From 9a60ee9fe63ced0d271d9cfc941bcc7f008bb24f Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 13 Sep 2017 11:02:17 +0300 Subject: [PATCH] cleanup --- client/modules/crm/src/views/task/record/list-expanded.js | 1 - 1 file changed, 1 deletion(-) 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); },