mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
remove console.logs
This commit is contained in:
parent
c05e428286
commit
48c91ef286
@ -182,8 +182,6 @@ const decorator = (service) => ({
|
||||
if (opts[LOCALE_QUERY_FILTER] === 'all') {
|
||||
// TODO Fix so this won't break lower lying find many wrappers
|
||||
const wrappedParams = await this.wrapParams(opts, { uid, action: 'findMany' });
|
||||
console.log("ABC")
|
||||
console.log(wrappedParams)
|
||||
const query = transformParamsToQuery(uid, wrappedParams);
|
||||
const entities = await strapi.db.query(uid).findMany(query);
|
||||
return this.wrapResult(entities, { uid, action: 'findMany' });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user