Skip to content

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Feb 9, 2024
1 parent 8fe94da commit 6be1761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,14 +501,6 @@ async fn push_new_release(
error_if_release_conflicts: bool,
include_output_paths: bool,
) -> color_eyre::Result<()> {
// FIXME(ANA): I am testing if this works and will remove this
if std::env::var("GITHUB_ACTIONS").is_ok() {
// Output a Github Actions annotation
println!("::error title=Unauthorized::Boogaloo");
}
return Ok(());
// Finished testing

let span = tracing::Span::current();
span.record("upload_name", tracing::field::display(upload_name.clone()));

Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unreachable_code, unused_variables)]

use std::{fmt::Display, io::IsTerminal};

use clap::Parser;
Expand Down

0 comments on commit 6be1761

Please sign in to comment.