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