Skip to content

Commit

Permalink
fix: remove useless debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Jul 22, 2024
1 parent 2508098 commit c67c9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub fn make_custom_color(
source_color: Argb,
contrast_level: Option<f64>,
) -> CustomColorGroup {
debug!("make_custom_color: {:#?}", &color);
// debug!("make_custom_color: {:#?}", &color);

let value = if color.blend {
harmonize(color.value, source_color)
Expand Down Expand Up @@ -195,7 +195,7 @@ pub fn make_custom_color(
},
};

debug!("custom_color: {:#?}", &custom_color);
// debug!("custom_color: {:#?}", &custom_color);
custom_color
}

Expand Down

0 comments on commit c67c9c9

Please sign in to comment.