mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 04:03:25 +00:00
Remove unwanted console.log
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
parent
04c85dd218
commit
d34cc8d485
@ -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`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user