Skip to content

Commit

Permalink
chore: disable migrate logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Aug 2, 2021
1 parent b3941af commit 17b81e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/migrate/src/MigrateEngine.ts
Expand Up @@ -276,7 +276,8 @@ export class MigrateEngine {
const json: MigrateEngineLogLine = JSON.parse(data)

if (json.fields?.migrate_action === 'log') {
console.info(json.fields.message)
// TODO uncomment in a separate PR and update snapshots
//console.info(json.fields.message)
}

this.messages.push(json.fields.message)
Expand Down

0 comments on commit 17b81e8

Please sign in to comment.