Skip to content

Commit aebf1a7

Browse files
committed
Remove logging of application arguments in lib.rs to streamline the startup process.
1 parent 5c38fc9 commit aebf1a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src-tauri/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ pub fn run() {
6262
command::cmds::support_pp,
6363
])
6464
.setup(|app| {
65-
let args: Vec<String> = std::env::args().collect();
66-
println!("Application started with arguments: {:?}", args);
6765
tauri::async_runtime::block_on(async move {
6866
let _ = utils::init::resolve_setup(app).await;
6967
});

0 commit comments

Comments
 (0)