diff --git a/workflows/retrofit v2/module/module.js b/workflows/retrofit v2/module/module.js index 8669c5d..9006bcb 100644 --- a/workflows/retrofit v2/module/module.js +++ b/workflows/retrofit v2/module/module.js @@ -100,7 +100,6 @@ exports.run = async (application, param, tmp_path) => { for (var scenario in results.results) { var value = results.results[scenario]; value.forEach(building_info => { - console.log(building_info) const base_line = `"${scenario}";"${building_info.building}";${building_info.total_heating_area};${building_info.year_of_construction};${building_info.function}` let meb = `${base_line}` building_info['insel meb'].yearly_cooling_demand.forEach(element => meb = `${meb};${element}`) @@ -189,7 +188,7 @@ exports.run = async (application, param, tmp_path) => { `${operational_co2_header}\n${operational_co2_lines.join('\n')}`, function (err) { console.log(err ? err : 'operational_co2 saved') } ) - BrowserWindow.fromId(1).webContents.send('task-completed', `meb
costs
operational_co2`) + BrowserWindow.fromId(1).webContents.send('task-completed', `

${meb_lines.length} results returned


meb
costs
operational_co2`) } else { console.log('unautorized retrofit')