Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed main.rs use
Browse files Browse the repository at this point in the history
mariotaku committed Jan 21, 2025
1 parent f9db8ac commit b3e37d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
@@ -3,11 +3,10 @@
windows_subsystem = "windows"
)]

use log::LevelFilter;

fn main() {
#[cfg(feature = "desktop")]
{
use log::LevelFilter;
env_logger::builder()
.filter_level(LevelFilter::Debug)
.init();

0 comments on commit b3e37d3

Please sign in to comment.