From 61675f7176e567b40dc6b342f58fc7f4c881182d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20C=C3=B3rdoba?= Date: Sun, 28 Jan 2024 14:05:11 +0100 Subject: [PATCH] Removed log --- ui/package.json | 2 +- ui/src/elements/show-image.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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; }