From 982f8dc1e143a64fbdd8e16cb08cc481b77e5a43 Mon Sep 17 00:00:00 2001
From: Ildar Kamalov <i.kamalov@adguard.com>
Date: Wed, 6 Mar 2019 18:50:17 +0300
Subject: [PATCH] * client: remove log

---
 client/src/actions/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/client/src/actions/index.js b/client/src/actions/index.js
index 9711a0dc..ad63ed16 100644
--- a/client/src/actions/index.js
+++ b/client/src/actions/index.js
@@ -486,7 +486,6 @@ export const testUpstream = config => async (dispatch) => {
         values.upstream_dns = (
             values.upstream_dns && normalizeTextarea(values.upstream_dns)
         ) || [];
-        console.log(values);
 
         const upstreamResponse = await apiClient.testUpstream(values);
         const testMessages = Object.keys(upstreamResponse).map((key) => {