Skip to content

Commit ba9d6b1

Browse files
committed
remove debug information
1 parent f33d52f commit ba9d6b1

File tree

1 file changed

+1
-6
lines changed
  • modules/@apostrophecms/migration

1 file changed

+1
-6
lines changed

modules/@apostrophecms/migration/index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,12 +328,7 @@ module.exports = {
328328
'add-missing-schema-fields': {
329329
usage: 'Add missing schema fields to existing database documents',
330330
task: async () => {
331-
const result = await self.addMissingSchemaFields();
332-
const migrations = await self.db.find().toArray();
333-
console.log({
334-
result,
335-
migrations
336-
});
331+
await self.addMissingSchemaFields();
337332
}
338333
}
339334
};

0 commit comments

Comments
 (0)