diff --git a/ctru-rs/src/test_runner.rs b/ctru-rs/src/test_runner.rs index 6b59651..ff3a459 100644 --- a/ctru-rs/src/test_runner.rs +++ b/ctru-rs/src/test_runner.rs @@ -25,9 +25,6 @@ pub(crate) fn run(tests: &[&TestDescAndFn]) { top_screen.set_wide_mode(true); let _console = Console::init(top_screen); - // Start printing from the top left - print!("\x1b[1;1H"); - // TODO: it would be nice to have a way of specifying argv to make these // configurable at runtime, but I can't figure out how to do it easily, // so for now, just hardcode everything.