Skip to content

Commit

Permalink
Remove print from test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury authored Oct 30, 2023
1 parent 3b5e94c commit 0cad0f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trustchain-ion/src/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0cad0f9

Please sign in to comment.