Skip to content

Commit

Permalink
feat: rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
kairyou committed Sep 30, 2024
1 parent 8de1d1d commit f56de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async fn menu() {
// println!("config.url: {}", config.url); // client.read().await.base_url
let mut history = History::new().unwrap();
let enable_history = jenkins_config.enable_history.unwrap_or(true);
println!("enable_history: {}", enable_history);
// println!("enable_history: {}", enable_history);

// Spawn a task to listen for Ctrl+C
let _ctrl_c_handler = {
Expand Down

0 comments on commit f56de34

Please sign in to comment.