Skip to content

Commit 61a4478

Browse files
committed
cleanup
1 parent 8a215d3 commit 61a4478

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/pg_workspace/src/settings.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,6 @@ fn to_migration_settings(
339339
working_directory: Option<PathBuf>,
340340
conf: MigrationsConfiguration,
341341
) -> Option<MigrationSettings> {
342-
tracing::debug!(
343-
"Migrations configuration: {:?}, dir: {:?}",
344-
conf,
345-
working_directory
346-
);
347342
working_directory.map(|working_directory| MigrationSettings {
348343
path: Some(working_directory.join(conf.migrations_dir)),
349344
after: Some(conf.after),

0 commit comments

Comments
 (0)