Remove useless console.logs
This commit is contained in:
@@ -40,7 +40,6 @@ import CompleteSetup from '../containers/CompleteSetup';
|
||||
|
||||
const blockMapping = uiBlock => {
|
||||
|
||||
console.log(`fetching ${uiBlock}`)
|
||||
switch (uiBlock) {
|
||||
|
||||
case LOADING_UI:
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user