From 184c4e02d98f4ffc87889f5e1f48d8a55a699d34 Mon Sep 17 00:00:00 2001
From: Dan Wilhelm <dan@danwilhelm.com>
Date: Sun, 9 Jun 2019 22:56:41 -0700
Subject: [PATCH] Remove highlighting char, Issue #133

---
 src/main.rs | 2 --
 1 file changed, 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<()> {