Skip to content

Commit

Permalink
chore: no long required
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 2, 2024
1 parent 46633f5 commit a5a5f13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions csaf/csaf-cli/src/cmd/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ pub struct Metadata {

impl Metadata {
pub async fn run(self) -> anyhow::Result<()> {
#[cfg(windows)]
let enabled = colored_json::enable_ansi_support();

if self.all {
self.all().await
} else {
Expand Down

0 comments on commit a5a5f13

Please sign in to comment.