Remove unwanted console.log

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
Alexandre Bodin 2020-11-10 12:50:29 +01:00
parent 04c85dd218
commit d34cc8d485

View File

@ -129,8 +129,6 @@ module.exports = ({ rq }) => {
method: 'GET',
});
console.log(body);
if (Array.isArray(body.results) && body.results.length > 0) {
await rq({
url: `/content-manager/collection-types/application::${model}.${model}/actions/bulkDelete`,