Skip to content

Commit fc5da10

Browse files
committed
cleanup
1 parent caf91a5 commit fc5da10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/pglt_workspace/src/workspace/server/schema_cache_manager.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ impl SchemaCacheManager {
4747
{
4848
// return early if the connection string is the same
4949
let inner = self.inner.read().unwrap();
50-
tracing::debug!("Current connection string: {}", inner.conn_str);
5150
if new_conn_str == inner.conn_str {
52-
tracing::debug!("Connection string is the same, returning cached schema");
5351
return Ok(SchemaCacheHandle::wrap(inner));
5452
}
5553
}

0 commit comments

Comments
 (0)