Skip to content

Commit

Permalink
FIX: remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Jun 10, 2024
1 parent 1dca843 commit 5086e36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/gitea.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ pub mod http_client {
gitea_base_url, repo_name, commitid
);

println!("DEBUG - URL - {}", api_url);

log::debug!("Request to {}", api_url);

let response = client
Expand Down

0 comments on commit 5086e36

Please sign in to comment.