We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a215d3 commit 61a4478Copy full SHA for 61a4478
crates/pg_workspace/src/settings.rs
@@ -339,11 +339,6 @@ fn to_migration_settings(
339
working_directory: Option<PathBuf>,
340
conf: MigrationsConfiguration,
341
) -> Option<MigrationSettings> {
342
- tracing::debug!(
343
- "Migrations configuration: {:?}, dir: {:?}",
344
- conf,
345
- working_directory
346
- );
347
working_directory.map(|working_directory| MigrationSettings {
348
path: Some(working_directory.join(conf.migrations_dir)),
349
after: Some(conf.after),
0 commit comments