mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
remove debug
This commit is contained in:
@@ -354,8 +354,6 @@ where
|
||||
let stats = get_reporter();
|
||||
let parameters = parse_startup(bytes.clone())?;
|
||||
|
||||
info!("params: {:?}", parameters);
|
||||
|
||||
// These two parameters are mandatory by the protocol.
|
||||
let pool_name = match parameters.get("database") {
|
||||
Some(db) => db,
|
||||
|
||||
Reference in New Issue
Block a user