Skip to content

Commit

Permalink
removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 4, 2023
1 parent 5f00ff6 commit d152936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/ui/src/components/Bottombar/Bottombar.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function Bottombar(props) {
setShowModalError(true)

} else {
console.log(newScenarioName)
// console.log(newScenarioName)
setShowModalError(false)
handleCloseRerunModal()
props.copyAndRunOptimization(newScenarioName)
Expand Down

0 comments on commit d152936

Please sign in to comment.