From d798cdc58659105d3248b3eb8946a260ee3867ff Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 10 Feb 2019 23:39:58 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/App.vue b/client/components/App.vue index f1230f9b..3624d66c 100644 --- a/client/components/App.vue +++ b/client/components/App.vue @@ -56,7 +56,6 @@ export default @Component({ //старый url const search = window.location.search.substr(1); const url = search.split('url=')[1] || ''; - console.log(url); if (url) { window.location = `/#/reader?url=${url}`; } else {