removed testing code
This commit is contained in:
parent
21d0aee2b1
commit
695c02224a
@ -28,7 +28,6 @@ fn get_modpacks() -> Vec<String> {
|
||||
}
|
||||
|
||||
fn main() {
|
||||
println!("{}", get_modpacks()[0]);
|
||||
tauri::Builder::default()
|
||||
.invoke_handler(tauri::generate_handler![greet])
|
||||
.run(tauri::generate_context!())
|
||||
|
Loading…
Reference in New Issue
Block a user