summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-12-11 16:46:38 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-12-11 16:46:38 +0900
commit2c2764cd058649ef2097edcbd4385127ec83a664 (patch)
tree781ce01bb8a3235764a508d6a9f1fcdfafa0ab6d /src/web
parentFix bug (diff)
downloadsharkey-2c2764cd058649ef2097edcbd4385127ec83a664.tar.gz
sharkey-2c2764cd058649ef2097edcbd4385127ec83a664.tar.bz2
sharkey-2c2764cd058649ef2097edcbd4385127ec83a664.zip
Clean up
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/tags/images.tag1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/app/desktop/tags/images.tag b/src/web/app/desktop/tags/images.tag
index eeaf4cd3d2..29540747f8 100644
--- a/src/web/app/desktop/tags/images.tag
+++ b/src/web/app/desktop/tags/images.tag
@@ -84,7 +84,6 @@
'background-color': this.image.properties.average_color ? `rgb(${this.image.properties.average_color.join(',')})` : 'transparent',
'background-image': `url(${this.image.url}?thumbnail&size=512)`
};
- console.log(this.styles);
this.mousemove = e => {
const rect = this.refs.view.getBoundingClientRect();