Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Jul 25, 2022
1 parent 0a7b133 commit 2df776c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//#![cfg_attr(
// all(not(debug_assertions), target_os = "windows"),
// windows_subsystem = "windows"
//)]
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]

use std::{thread, time};
use tauri::api::cli::{ Matches, get_matches };
Expand Down

0 comments on commit 2df776c

Please sign in to comment.