Skip to content

Commit 3ffffcc

Browse files
Enable revenue & cashflow profile graph
1 parent 3ee6382 commit 3ffffcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

geophires/geophires-ui.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ function renderGenerationProfileGraphs(resultsData) {
171171
}
172172

173173
function renderRevenueAndCashflowProfile(resultsData) {
174-
// FIXME TODO WIP
175-
console.debug('Skipping revenue & cashflow profile render until units are fixed')
176-
return
177-
178174
let profileChartElt = document.getElementById('revenue-and-cashflow-profile-chart')
179175
if(REVENUE_AND_CASHFLOW_PROFILE_KEY in resultsData) {
180176
setVisible(profileChartElt, true)

0 commit comments

Comments
 (0)