Ver Fonte

chore(cli): remove println

Lucas Nogueira há 1 ano atrás
pai
commit
c50800023e
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      tooling/cli/src/mobile/mod.rs

+ 0 - 1
tooling/cli/src/mobile/mod.rs

@@ -345,7 +345,6 @@ fn ensure_init(
           .push("you have modified your \"identifier\" in the Tauri configuration");
       }
 
-      println!("{}", app.lib_name());
       if !project_yml.contains(&format!("framework: lib{}.a", app.lib_name())) {
         project_outdated_reasons
           .push("you have modified your [lib.name] or [package.name] in the Cargo.toml file");