Skip to content

Commit

Permalink
Removed console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Jan 24, 2024
1 parent bf4b63e commit ee9d8e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/dashboard/src/views/environment/environment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default class EnvironmentView extends Component {

gimletClient.getStackConfig(env)
.then(data => {
console.log("setting stack config")
store.dispatch({
type: ACTION_TYPE_STACK_CONFIG,
payload: data
Expand All @@ -100,7 +99,6 @@ export default class EnvironmentView extends Component {
}

isOnline(onlineEnvs, singleEnv) {
console.log(onlineEnvs, singleEnv)
return Object.keys(onlineEnvs)
.map(env => onlineEnvs[env])
.some(onlineEnv => {
Expand Down

0 comments on commit ee9d8e8

Please sign in to comment.