summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-12 10:55:47 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-12 10:55:47 +0900
commit90348f4ac7186e06573c7e3aaeed3d5f074382cc (patch)
treeec63928cb7109b8c77cd30905fe842ca34854c5f /src/client/components
parent12.41.0 (diff)
downloadsharkey-90348f4ac7186e06573c7e3aaeed3d5f074382cc.tar.gz
sharkey-90348f4ac7186e06573c7e3aaeed3d5f074382cc.tar.bz2
sharkey-90348f4ac7186e06573c7e3aaeed3d5f074382cc.zip
clean up
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/url-preview.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/components/url-preview.vue b/src/client/components/url-preview.vue
index c1e853cc34..78afe6a65c 100644
--- a/src/client/components/url-preview.vue
+++ b/src/client/components/url-preview.vue
@@ -122,8 +122,6 @@ export default Vue.extend({
// 300pxないと絶対右にはみ出るので左に移動してしまう
const areaWidth = (this.$el as any)?.clientWidth;
if (areaWidth && areaWidth < 300) this.tweetLeft = areaWidth - 241;
- console.log(`areaWidth: ${areaWidth}`);
- console.log(`this.tweetLeft: ${this.tweetLeft}`);
},
methods: {