mirror of
https://github.com/mre/mos6502.git
synced 2024-11-28 07:49:19 +00:00
cleanup
This commit is contained in:
parent
8d506773bf
commit
fa0b343c69
@ -18,8 +18,6 @@ fn main() {
|
||||
Ok(data) => data,
|
||||
Err(err) => {
|
||||
println!("Error reading euclid.bin: {}", err);
|
||||
// print all files in the current directory
|
||||
println!("Files in current directory:");
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user