Skip to content

Commit 661efe9

Browse files
committed
cleanup
1 parent 61a4478 commit 661efe9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/pg_workspace/src/workspace/server.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,8 @@ impl WorkspaceServer {
163163
.migrations
164164
.as_ref()
165165
.and_then(|migration_settings| {
166-
tracing::info!("Checking migration settings: {:?}", migration_settings);
167166
let ignore_before = migration_settings.after.as_ref()?;
168-
tracing::info!("Checking migration settings: {:?}", ignore_before);
169167
let migrations_dir = migration_settings.path.as_ref()?;
170-
tracing::info!("Checking migration settings: {:?}", migrations_dir);
171168
let migration = migration::get_migration(path, migrations_dir)?;
172169

173170
Some(&migration.timestamp <= ignore_before)

0 commit comments

Comments
 (0)