remove println

This commit is contained in:
Masato Imai
2022-08-23 09:44:59 +09:00
parent fc9cfa0194
commit f1b99dfe9f

View File

@ -34,8 +34,6 @@ pub fn start_client(args: Args) {
let functions = parser.functions().unwrap();
println!("{}", serde_json::to_string(&functions).unwrap());
let mut server_functions: HashMap<String, HashMap<String, Box<Node>>> = HashMap::new();
for function in functions.clone() {
let function_node = function.clone();