1
0

Remove useless console.logs

This commit is contained in:
Jorik Schellekens
2019-08-16 11:47:02 +01:00
parent 546ce01e0d
commit 53fbf82f4e
2 changed files with 0 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ import CompleteSetup from '../containers/CompleteSetup';
const blockMapping = uiBlock => {
console.log(`fetching ${uiBlock}`)
switch (uiBlock) {
case LOADING_UI:

View File

@@ -7,7 +7,6 @@ import { TLS_TYPES } from '../actions/constants';
const defaultFedPort = state => {
console.log(state)
if (state.tls == TLS_TYPES.REVERSE_PROXY) {
return 8008;