mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-27 09:18:58 +03:00
* client: remove log
This commit is contained in:
parent
83877fb871
commit
982f8dc1e1
1 changed files with 0 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue