From c7a2fff8f824b2b1e310a8ec52951a978b1663e7 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Thu, 9 Mar 2023 21:09:55 +0100 Subject: [PATCH] Fixes --- schemsearch-sql/src/properties.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/schemsearch-sql/src/properties.rs b/schemsearch-sql/src/properties.rs index af51c5c..0cafde2 100644 --- a/schemsearch-sql/src/properties.rs +++ b/schemsearch-sql/src/properties.rs @@ -35,8 +35,6 @@ pub(crate) fn load_mysql_properties() -> SqlProperties { properties.insert(split[0].to_string(), split[1].to_string()); } - println!("{:?}", properties); - SqlProperties { host: properties.get("host").unwrap().to_string(), user: properties.get("user").unwrap().to_string(),