Skip to content

Commit

Permalink
Remove debug import
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Sep 13, 2024
1 parent 5274529 commit bebeae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/binaries/binaries_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use super::{
Binaries,
};

use log::{debug, error, info, warn};
use log::{error, info, warn};

#[derive(Deserialize, Serialize)]
struct BinaryVersionsJsonContent {
Expand Down

0 comments on commit bebeae5

Please sign in to comment.