mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
remove print
This commit is contained in:
@@ -56,8 +56,6 @@ fn copy_icons(settings: &Settings) -> crate::Result<PathBuf> {
|
||||
let base_dir = settings.binary_path();
|
||||
let base_dir = base_dir.parent().expect("Failed to get dir");
|
||||
|
||||
common::print_info(format!("{:?}", &base_dir).as_str())?;
|
||||
|
||||
let resource_dir = base_dir.join("resources");
|
||||
|
||||
let mut image_path = PathBuf::from(settings.project_out_directory());
|
||||
|
||||
Reference in New Issue
Block a user