From 07242c210aca7999463bd63884e44c5145280274 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Fri, 20 Sep 2024 02:53:20 +0300 Subject: [PATCH] Changes to be committed: modified: src/lib.rs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 58dbd20..5748b68 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -47,8 +47,8 @@ pub mod android { Ok(string) => string, }; - let config: ClientConfiguration = serde_yaml::from_str(cfg_raw).expect("Bad client config file structure"); - client::client_mode(config); + //let config: ClientConfiguration = serde_yaml::from_str(cfg_raw).expect("Bad client config file structure"); + //client::client_mode(config); //let output = env.new_string("gabber").expect("Couldn't create java string!");