mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-31 20:00:37 +02:00
remove print
This commit is contained in:
@@ -120,8 +120,6 @@ fn target_to_platforms(
|
|||||||
) -> HashMap<String, PlatformUpdate> {
|
) -> HashMap<String, PlatformUpdate> {
|
||||||
let mut platforms = HashMap::new();
|
let mut platforms = HashMap::new();
|
||||||
if let Some(platform) = update_platform {
|
if let Some(platform) = update_platform {
|
||||||
println!("TARGET: {}", platform.clone());
|
|
||||||
|
|
||||||
platforms.insert(
|
platforms.insert(
|
||||||
platform,
|
platform,
|
||||||
PlatformUpdate {
|
PlatformUpdate {
|
||||||
|
|||||||
Reference in New Issue
Block a user