diff --git a/ui/package.json b/ui/package.json index cbfe437b..f885af27 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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": "guillem.cordoba@gmail.com", "license": "MIT", diff --git a/ui/src/elements/show-image.ts b/ui/src/elements/show-image.ts index af3e119b..83aff284 100644 --- a/ui/src/elements/show-image.ts +++ b/ui/src/elements/show-image.ts @@ -43,7 +43,6 @@ export class ShowImage extends LitElement { async ([fileHash]) => { const image = await getImage(fileHash); if (image) { - console.log("hit chace"); return image; }