Skip to content

Commit

Permalink
Remove some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
null-dev committed May 31, 2021
1 parent c9ed9b2 commit 675c7b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cmd/launch_profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ pub fn process_cmd_launch_profile(app_state: &AppState,
), "Browser path: ".to_owned() + parent_proc.to_str().unwrap_or("UNKNOWN"))
}

/*let launch_browser = || match spawn_browser_proc(parent_proc, &profile.name) {
Ok(_) => NativeResponse::success(NativeResponseData::ProfileLaunched),
Err(e) => NativeResponse::error_with_dbg_msg("Failed to launch browser with new profile!", e)
};*/

log::trace!("Browser binary found: {:?}", parent_proc);

cfg_if! {
Expand Down

0 comments on commit 675c7b5

Please sign in to comment.