mirror of
https://github.com/mii443/encrypt.git
synced 2025-08-22 23:15:43 +00:00
remove println
This commit is contained in:
@ -34,8 +34,6 @@ pub fn start_client(args: Args) {
|
|||||||
|
|
||||||
let functions = parser.functions().unwrap();
|
let functions = parser.functions().unwrap();
|
||||||
|
|
||||||
println!("{}", serde_json::to_string(&functions).unwrap());
|
|
||||||
|
|
||||||
let mut server_functions: HashMap<String, HashMap<String, Box<Node>>> = HashMap::new();
|
let mut server_functions: HashMap<String, HashMap<String, Box<Node>>> = HashMap::new();
|
||||||
for function in functions.clone() {
|
for function in functions.clone() {
|
||||||
let function_node = function.clone();
|
let function_node = function.clone();
|
||||||
|
Reference in New Issue
Block a user