Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jan 28, 2024
1 parent 73d6d6e commit 61675f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holochain-open-dev/file-storage",
"version": "0.7.0",
"version": "0.7.1",
"description": "File storage utilities to store and retrieve files in a holochain DHT",
"author": "[email protected]",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion ui/src/elements/show-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class ShowImage extends LitElement {
async ([fileHash]) => {
const image = await getImage(fileHash);
if (image) {
console.log("hit chace");
return image;
}

Expand Down

0 comments on commit 61675f7

Please sign in to comment.