From 90348f4ac7186e06573c7e3aaeed3d5f074382cc Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 12 Jul 2020 10:55:47 +0900
Subject: [PATCH] clean up

---
 src/client/components/url-preview.vue | 2 --
 1 file changed, 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: {