Skip to content

Commit

Permalink
added logcloud index
Browse files Browse the repository at this point in the history
  • Loading branch information
marsupialtail committed Sep 22, 2024
1 parent 51c9727 commit b11353f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lava/logcloud.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ async fn search_kauai(
println!("byte offsets: {:?}", byte_offsets);

let dictionary: String = read_and_decompress(reader, 0, byte_offsets[0]).await?;
let dictionary: String = "".to_string();
let template: String = read_and_decompress(reader, byte_offsets[0], byte_offsets[1] - byte_offsets[0]).await?;
let template_plist: Vec<Vec<PlistSize>> =
read_and_decompress(reader, byte_offsets[1], byte_offsets[2] - byte_offsets[1]).await?;
Expand Down

0 comments on commit b11353f

Please sign in to comment.