浏览代码

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");