Skip to content

Commit

Permalink
fix: remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jan 16, 2024
1 parent c41d592 commit cf6dbcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.lockb binary
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pub fn convert(file: &[u8]) -> String {
}

let document = read_docx(file).unwrap();
let images = &document.images;
alert(format!("images: {:?}", images).as_str());
// let images = &document.images;
// alert(format!("images: {:?}", images).as_str());

document
.document
Expand Down

0 comments on commit cf6dbcd

Please sign in to comment.