Преглед изворни кода

chore(cli): remove println

Lucas Nogueira пре 1 година
родитељ
комит
c50800023e
1 измењених фајлова са 0 додато и 1 уклоњено
  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");