Remove debug print

This commit is contained in:
Matthew Gordon 2025-11-15 19:56:59 -04:00
parent 996920e07f
commit 4188301e79
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ mod tests {
let temp_dir = tempdir().unwrap();
let tmp_file_path = temp_dir.path().join(r"Les_Trois_Mousquetaires.txt");
assert!(matches!(
dbg!(target.execute(Command::SaveAs(tmp_file_path.clone()))),
target.execute(Command::SaveAs(tmp_file_path.clone())),
CommandResponse::Success(_)
));