mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(cli): remove println
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user