فهرست منبع

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

Evan Almloff 11 ماه پیش
والد
کامیت
df8c7e1872
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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 {