mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
remove console log
This commit is contained in:
parent
b016113ded
commit
c11ce77597
@ -204,7 +204,6 @@ const cleanOrderColumns = async ({ id, attribute, db, inverseRelIds, transaction
|
||||
[MYSQL, UNKNOWN].includes(database) &&
|
||||
(!semver.valid(version) || semver.lt(version, '8.0.0'))
|
||||
) {
|
||||
console.log('DEDANS');
|
||||
await cleanOrderColumnsForOldDatabases({ id, attribute, db, inverseRelIds, transaction: trx });
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user