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 caf91a5 commit fc5da10Copy full SHA for fc5da10
crates/pglt_workspace/src/workspace/server/schema_cache_manager.rs
@@ -47,9 +47,7 @@ impl SchemaCacheManager {
47
{
48
// return early if the connection string is the same
49
let inner = self.inner.read().unwrap();
50
- tracing::debug!("Current connection string: {}", inner.conn_str);
51
if new_conn_str == inner.conn_str {
52
- tracing::debug!("Connection string is the same, returning cached schema");
53
return Ok(SchemaCacheHandle::wrap(inner));
54
}
55
0 commit comments