remove stray println in color serialization (#661)
This commit is contained in:
parent
9d72c27c20
commit
09ffd70c30
@ -240,7 +240,6 @@ impl serde::ser::Serialize for Color {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if str == "" {
|
if str == "" {
|
||||||
println!("color: {:?}", self);
|
|
||||||
match *self {
|
match *self {
|
||||||
Color::AnsiValue(value) => {
|
Color::AnsiValue(value) => {
|
||||||
return serializer.serialize_str(&format!("ansi_({})", value));
|
return serializer.serialize_str(&format!("ansi_({})", value));
|
||||||
|
Loading…
Reference in New Issue
Block a user