Skip to content

Commit

Permalink
Remove debug printlns (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul721999 authored Nov 5, 2024
1 parent 8b58635 commit 2f8f185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/desktop/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 2f8f185

Please sign in to comment.