Explorar el Código

Remove debug printlns (#3179)

Rahul721999 hace 7 meses
padre
commit
2f8f185930
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/desktop/src/protocol.rs

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

@@ -94,8 +94,6 @@ fn serve_asset(request: Request<Vec<u8>>) -> Result<Response<Vec<u8>>> {
         let bundle_root = get_asset_root();
         let relative_path = uri_path.strip_prefix("/").unwrap();
         uri_path = bundle_root.join(relative_path);
-        println!("bundle root: {bundle_root:?}");
-        println!("uri path: {uri_path:?}");
     }
 
     // If the asset exists, then we can serve it!