remove console.logs
This commit is contained in:
parent
47660d8483
commit
5c23af2b05
@ -69,7 +69,6 @@ const reactionEffects: IReactionEffect[] = [
|
||||
},
|
||||
})
|
||||
.then(doubleAgents => {
|
||||
console.log('doubleAgents', doubleAgents);
|
||||
calculationStore.setOptions('selectCalcDoubleAgent', doubleAgents);
|
||||
calculationStore.setValue(
|
||||
'calcDoubleAgent',
|
||||
|
||||
@ -9,7 +9,6 @@ import { API_PORT } from './core/constants/urls';
|
||||
const isDevelopmentMode = process.env.NODE_ENV === 'development';
|
||||
|
||||
if (isDevelopmentMode) {
|
||||
console.log(window.location);
|
||||
axios.defaults.baseURL = `http://${window.location.hostname}:${API_PORT}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user