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) => {