summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 85c91b9..f78f13c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -87,8 +87,6 @@ fn main() {
let text = fs::read_to_string("default_out.txt").unwrap();
println!("{}", text);
}
-
- println!("\x1b[0m");
}
fn watch(exercises: &[Exercise]) -> notify::Result<()> {