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