mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 13:48:26 +00:00
don't print the asset path on desktop (#2748)
This commit is contained in:
parent
33f3d40a49
commit
df8c7e1872
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ fn resolve_resource(path: &Path) -> PathBuf {
|
|||
if !base_path.exists() {
|
||||
let workspace_root = get_workspace_root_from_cargo();
|
||||
let asset_path = workspace_root.join(path);
|
||||
println!("ASSET PATH: {:?}", asset_path);
|
||||
return asset_path;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue