summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-05-13 12:34:32 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-05-13 12:34:32 -0400
commite20cff922c3feeae5a6019df079e55bfc7cd7a4a (patch)
tree4386fbfd03e3cf7c96b7051107fbbd4b3cac0658
parent4eda0985135c80a10a23492466578c04b7e124b0 (diff)
remove print
-rw-r--r--src/config/theme/style.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/theme/style.rs b/src/config/theme/style.rs
index 495df84..166a9b0 100644
--- a/src/config/theme/style.rs
+++ b/src/config/theme/style.rs
@@ -42,7 +42,6 @@ impl RawAppStyle {
}
pub fn str_to_color(s: &str) -> style::Color {
- eprintln!("{}", s);
match s {
"black" => style::Color::Black,
"red" => style::Color::Red,