From 91c2c587d96ddfa2ec4954f1b73d89a62134cd95 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Tue, 8 Feb 2022 08:43:18 -0500 Subject: [PATCH] Remove unnecessary escape characters --- ctru-rs/src/test_runner.rs | 3 --- 1 file changed, 3 deletions(-) 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.