diff --git a/trustchain-ion/src/create.rs b/trustchain-ion/src/create.rs index 256c23bc..c8be24bd 100644 --- a/trustchain-ion/src/create.rs +++ b/trustchain-ion/src/create.rs @@ -283,7 +283,6 @@ mod test { for path in paths { if let Ok(path_buf) = path { let operation_string = std::fs::read_to_string(path_buf)?; - println!("{}", operation_string); let _operation: Operation = serde_json::from_str(&operation_string)?; operation_count += 1; } else {