Skip to content

Commit

Permalink
ios: remove unnecessary print from test
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed May 6, 2024
1 parent 5e077f4 commit c1538c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ mod tests {
.join("\n");
fs::write(&swift_src, &new_code).expect("failed to modify ContentView.swift");
let revert_code = || fs::write(&swift_src, &old_code).expect("failed to revert code");
println!("Modifying ContentView.swift to:\n{}", &new_code);
let handle_exec_result = |result: std::io::Result<ExitStatus>, err_msg: &str| {
revert_code();
let success = match result {
Expand Down

0 comments on commit c1538c0

Please sign in to comment.