Browse Source

don't print the asset path on desktop (#2748)

Evan Almloff 11 tháng trước cách đây
mục cha
commit
df8c7e1872
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/desktop/src/protocol.rs

+ 0 - 1
packages/desktop/src/protocol.rs

@@ -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 {