Bladeren bron

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

Evan Almloff 11 maanden geleden
bovenliggende
commit
df8c7e1872
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  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() {
         if !base_path.exists() {
             let workspace_root = get_workspace_root_from_cargo();
             let workspace_root = get_workspace_root_from_cargo();
             let asset_path = workspace_root.join(path);
             let asset_path = workspace_root.join(path);
-            println!("ASSET PATH: {:?}", asset_path);
             return asset_path;
             return asset_path;
         }
         }
     } else {
     } else {